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.
2 parents bffb150 + 13220cb commit 1985db2Copy full SHA for 1985db2
src/ios/BranchSDK.m
@@ -98,7 +98,7 @@ - (void)initSession:(CDVInvokedUrlCommand*)command
98
resultString = [NSString stringWithFormat:@"Init Error: %@", [error localizedDescription]];
99
}
100
NSLog(@"returning data to js interface..");
101
- [self.commandDelegate evalJs:[NSString stringWithFormat:@"DeepLinkHandler({data:'%@'})", resultString]];
+ [self.commandDelegate evalJs:[NSString stringWithFormat:@"DeepLinkHandler('%@')", resultString]];
102
}];
103
104
0 commit comments