We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b09d2bb commit 7d62c69Copy full SHA for 7d62c69
Branch-TestBed/Branch-TestBed/AppDelegate.m
@@ -37,7 +37,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
37
38
[branch registerDeepLinkController:controller forKey:@"gravatar_email"];
39
40
- [branch initSessionWithLaunchOptions:launchOptions isReferrable:YES andRegisterDeepLinkHandler:^(NSDictionary *params, NSError *error) {
+ [branch initSessionWithLaunchOptions:launchOptions automaticallyDisplayDeepLinkController:YES deepLinkHandler:^(NSDictionary *params, NSError *error) {
41
if (!error) {
42
NSLog(@"finished init with params = %@", [params description]);
43
}
0 commit comments