All Products
Search
Document Center

Mobile Platform as a Service:Mini Program upgrade instructions

Last Updated:Jun 23, 2026

Important

Since June 28, 2020, mPaaS no longer maintains the 10.1.32 baseline. Use the 10.1.68 or 10.1.60 series baseline instead.

Initialization configuration

  • Initialization timing: Call this method before the framework loads. It must be invoked in - (void)application:(UIApplication *)application beforeDidFinishLaunchingWithOptions:(NSDictionary *)launchOptions of DTFrameworkInterface.

    修改1.jpg

  • If your project uses the 10.1.32 baseline, update the custom JSAPI path, preset mini program package path, and package information path:

    initNebulaWithCustomPresetApplistPath must be invoked in - (void)application:(UIApplication *)application afterDidFinishLaunchingWithOptions:(NSDictionary *)launchOptions of DTFrameworkInterface.

    修改2.jpg