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 b486245 commit 34998fdCopy full SHA for 34998fd
Sources/BranchSDK/BranchScene.m
@@ -38,8 +38,6 @@ - (void)initSessionWithLaunchOptions:(nullable NSDictionary *)options registerDe
38
- (void)initSessionWithSceneOptions:(nullable UISceneConnectionOptions *)connectionOptions scene:(UIScene *)scene
39
registerDeepLinkHandler:(void (^ _Nonnull)(NSDictionary * _Nullable params, NSError * _Nullable error, UIScene * _Nullable scene))callback {
40
41
- [[BranchLogger shared] logVerbose:[[NSString alloc] initWithFormat:@"connectionOptions : %@", connectionOptions.debugDescription ] error:nil];
42
-
43
NSMutableDictionary *launchOptions = [[NSMutableDictionary alloc] init];
44
45
if (connectionOptions.userActivities.count ) {
0 commit comments