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 71b24b9 commit b563c5aCopy full SHA for b563c5a
Branch-SDK/Branch-SDK/Branch.m
@@ -946,6 +946,7 @@ - (BOOL)checkAppleSearchAdsAttribution {
946
};
947
948
// Set a expiration timer in case we don't get a call back (I'm looking at you, iPad):
949
+ // This may be a temporary quick fix until we figure out a better wat to do search ads.
950
BNCAfterSecondsPerformBlock(10.0, ^ {
951
completionBlock(nil, [NSError errorWithDomain:NSNetServicesErrorDomain code:NSNetServicesTimeoutError userInfo:nil]);
952
});
0 commit comments