Skip to content

Commit 5afc6b7

Browse files
committed
SDK-1741 Fix early return on iOS 15.4 when checking SKAN
1 parent 8ab0036 commit 5afc6b7

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Branch-SDK/BranchEvent.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ - (void)processResponse:(BNCServerResponse*)response error:(NSError*)error {
9898
} else {
9999
BNCLogDebug([NSString stringWithFormat:@"Update conversion value was successful. Conversion Value - %@", conversionValue]);
100100
}
101-
return;
102101
}];
103102
}
104103

@@ -109,9 +108,7 @@ - (void)processResponse:(BNCServerResponse*)response error:(NSError*)error {
109108
} else {
110109
BNCLogDebug([NSString stringWithFormat:@"Update conversion value was successful. Conversion Value - %@", conversionValue]);
111110
}
112-
return;
113111
}];
114-
return;
115112
} else {
116113
[[BNCSKAdNetwork sharedInstance] updateConversionValue:conversionValue.integerValue];
117114
}

Branch-TestBed/Branch-TestBed.xcodeproj/Branch-TestBed.xctestplan

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
"resolvedPath" : "..\/Simulate-FirstRun.xcappdata"
3131
},
3232
"skippedTests" : [
33-
"BNCAppleAdClientTests",
34-
"BNCAppleSearchAdsTests"
33+
"BNCServerInterfaceTests"
3534
],
3635
"target" : {
3736
"containerPath" : "container:Branch-TestBed.xcodeproj",

0 commit comments

Comments
 (0)