Upvote:0

 Branch *branch = [Branch getInstance];
 [branch initSessionWithLaunchOptions:launchOptions 
           andRegisterDeepLinkHandler:^(NSDictionary *params, NSError *error) {
     if (!error) {
         NSLog(@"finished init with deep link params = %@", [params description]);
     }
 }];

Credit Goes to: stackoverflow.com

Related question with same questions but different answers