All Products
Search
Document Center

Mobile Platform as a Service:Mini Program upgrade instructions

Last Updated:Jan 15, 2025

Important

Starting on June 28, 2020, mPaaS stopped maintaining the 10.1.32 baseline. Please use 10.1.68 or 10.1.60 series baseline.

Initialization configuration

  • Timing of initialization: It needs to be called before the frame is loaded, and it must be called in - (void)application:(UIApplication *)application beforeDidFinishLaunchingWithOptions:(NSDictionary *)launchOptions of DTFrameworkInterface.

    修改1.jpg

  • If the existing project baseline is 10.1.32, you need to modify the custom JSAPI path, preset mini program package and package information path:

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

    修改2.jpg