Hi Adobe,Environment:iOS: 10ACP: 2.0Recently I am working on integrating
Adobe Launch with my application, and I am facing the following issue:My
application is built under ReactNative, so it's using Objective-C for
initialization code.In AppDelegate.m:- (BOOL)application:(UIApplication
*)application didFinishLaunchingWithOptions:(NSDictionary
*)launchOptions{ NSURL *jsCodeLocation; jsCodeLocation =
[[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index"
fallbackResource:nil]; R...