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 *)launchOptionsofDTFrameworkInterface.
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:
initNebulaWithCustomPresetApplistPathmust be called in- (void)application:(UIApplication *)application afterDidFinishLaunchingWithOptions:(NSDictionary *)launchOptionsofDTFrameworkInterface.