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 dc083f8 commit d03639bCopy full SHA for d03639b
src/ios/BranchSDK.m
@@ -796,7 +796,7 @@ - (void)lastAttributedTouchData:(CDVInvokedUrlCommand *)command {
796
NSMutableDictionary *json = [NSMutableDictionary new];
797
798
Branch *branch = [self getInstance];
799
- [branch lastAttributedTouchDataWithAttributionWindow:30 completion:^(BranchLastAttributedTouchData * _Nullable latd) {
+ [branch lastAttributedTouchDataWithAttributionWindow:30 completion:^(BranchLastAttributedTouchData * _Nullable latd, NSError * _Nullable error) {
800
CDVPluginResult* pluginResult = nil;
801
if (latd) {
802
[json setObject:latd.attributionWindow forKey:@"attribution_window"];
0 commit comments