Mini Program upgrade instructions

更新时间:
复制 MD 格式

Important

As of June 28, 2020, mPaaS no longer maintains the 10.1.32 baseline. Use the 10.1.68 or 10.1.60 series baselines.

Initialization configuration

  • Perform initialization before the framework loads. The call must be made in the - (void)application:(UIApplication *)application beforeDidFinishLaunchingWithOptions:(NSDictionary *)launchOptions method of DTFrameworkInterface.

    修改1.jpg

  • If your project baseline is 10.1.32, you must modify the custom JSAPI path, the preset miniapp package, and the package information path.

    To do so, call initNebulaWithCustomPresetApplistPath in the - (void)application:(UIApplication *)application afterDidFinishLaunchingWithOptions:(NSDictionary *)launchOptions method of DTFrameworkInterface.

    修改2.jpg