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 e7d722c + 344192e commit f4346aeCopy full SHA for f4346ae
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('%@')", resultString]];
+ [self.commandDelegate evalJs:[NSString stringWithFormat:@"DeepLinkHandler(%@)", resultString]];
102
}];
103
104
0 commit comments