File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed
Branch-TestBed/Branch-TestBed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
3030 // Required. Initialize session. automaticallyDisplayDeepLinkController is optional (default is NO).
3131 [branch initSessionWithLaunchOptions: launchOptions automaticallyDisplayDeepLinkController: YES deepLinkHandler: ^(NSDictionary *params, NSError *error) {
3232 if (!error) {
33+ NSLog (@" initSession succeeded with params: %@ " , params);
3334 // Deeplinking logic for use when automaticallyDisplayDeepLinkController = NO
3435 /*
3536 NSString *deeplinkText = [params objectForKey:@"deeplink_text"];
Original file line number Diff line number Diff line change 4747 <array >
4848 <string >UIInterfaceOrientationPortrait </string >
4949 </array >
50- <key >branch_app_domain </key >
51- <string >er3j.app.link </string >
52- <key >branch_key </key >
53- <dict >
54- <key >live </key >
55- <string >key_live_jbgnjxvlhSb6PGH23BhO4hiflcp3y8kx </string >
56- <key >test </key >
57- <string >key_test_jkptOCZtmtxhOMZ11ynbXecdDCd93cbr </string >
58- </dict >
59- <key >UILaunchStoryboardName </key >
50+ <key >branch_key </key >
51+ <dict >
52+ <key >live </key >
53+ <string >key_live_jbgnjxvlhSb6PGH23BhO4hiflcp3y8kx </string >
54+ <key >test </key >
55+ <string >key_test_jkptOCZtmtxhOMZ11ynbXecdDCd93cbr </string >
56+ </dict >
57+ <key >UILaunchStoryboardName </key >
6058 <string >LaunchScreen </string >
6159</dict >
6260</plist >
You can’t perform that action at this time.
0 commit comments