Initialization configuration
Perform initialization before the framework loads. The call must be made in the
- (void)application:(UIApplication *)application beforeDidFinishLaunchingWithOptions:(NSDictionary *)launchOptionsmethod ofDTFrameworkInterface.
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
initNebulaWithCustomPresetApplistPathin the- (void)application:(UIApplication *)application afterDidFinishLaunchingWithOptions:(NSDictionary *)launchOptionsmethod ofDTFrameworkInterface.
该文章对您有帮助吗?