Skip to content

Commit de94b7f

Browse files
authored
Fixed bug for sending appleAttributionToken in the server requests. (#1535)
1 parent c17349a commit de94b7f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Sources/BranchSDK/BNCRequestFactory.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,6 @@ - (void) loadDataFromThirdPartyAPIs {
9494
dispatch_group_enter(apiGroup);
9595
dispatch_async(concurrentQueue, ^{
9696
self.appleAttributionToken = [BNCSystemObserver appleAttributionToken];
97-
if (self.appleAttributionToken) {
98-
self.preferenceHelper.appleAttributionTokenChecked = YES;
99-
}
10097
dispatch_group_leave(apiGroup);
10198
});
10299
}

0 commit comments

Comments
 (0)