Skip to content

Commit 7d62c69

Browse files
committed
remove isReferrable from initSession
1 parent b09d2bb commit 7d62c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Branch-TestBed/Branch-TestBed/AppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
3737

3838
[branch registerDeepLinkController:controller forKey:@"gravatar_email"];
3939

40-
[branch initSessionWithLaunchOptions:launchOptions isReferrable:YES andRegisterDeepLinkHandler:^(NSDictionary *params, NSError *error) {
40+
[branch initSessionWithLaunchOptions:launchOptions automaticallyDisplayDeepLinkController:YES deepLinkHandler:^(NSDictionary *params, NSError *error) {
4141
if (!error) {
4242
NSLog(@"finished init with params = %@", [params description]);
4343
}

0 commit comments

Comments
 (0)