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 2f5969a commit a842159Copy full SHA for a842159
BranchSDK/BNCSystemObserver.m
@@ -63,6 +63,7 @@ + (NSString *)appleAttributionToken {
63
__block NSString *token = nil;
64
65
#if !TARGET_OS_TV
66
+#if !TARGET_OS_MACCATALYST
67
if (@available(iOS 14.3, *)) {
68
69
// We are getting reports on iOS 14.5 that this API can hang, adding a short timeout for now.
@@ -83,6 +84,7 @@ + (NSString *)appleAttributionToken {
83
84
BNCLogDebug([NSString stringWithFormat:@"AppleAttributionToken request timed out"]);
85
}
86
87
+#endif
88
#endif
89
90
return token;
0 commit comments