Initialization configuration
-
Initialization timing: Call this method before the framework loads. It must be invoked in
- (void)application:(UIApplication *)application beforeDidFinishLaunchingWithOptions:(NSDictionary *)launchOptionsofDTFrameworkInterface.
-
If your project uses the 10.1.32 baseline, update the custom JSAPI path, preset mini program package path, and package information path:
initNebulaWithCustomPresetApplistPathmust be invoked in- (void)application:(UIApplication *)application afterDidFinishLaunchingWithOptions:(NSDictionary *)launchOptionsofDTFrameworkInterface.