Skip to content

Commit b563c5a

Browse files
author
Edward Smith
committed
Add code comment.
1 parent 71b24b9 commit b563c5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Branch-SDK/Branch-SDK/Branch.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -946,6 +946,7 @@ - (BOOL)checkAppleSearchAdsAttribution {
946946
};
947947

948948
// 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.
949950
BNCAfterSecondsPerformBlock(10.0, ^ {
950951
completionBlock(nil, [NSError errorWithDomain:NSNetServicesErrorDomain code:NSNetServicesTimeoutError userInfo:nil]);
951952
});

0 commit comments

Comments
 (0)