Search
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
.

- 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
.

How helpful was this page?
Thank you! We've received your feedback.