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.
2 parents 9d34ae8 + 2e23ad5 commit 526e7b4Copy full SHA for 526e7b4
src/connections/destinations/catalog/appsflyer/index.md
@@ -43,7 +43,7 @@ To use the latest AppsFlyer SDK to collect IDFAs, do the following:
43
// for iOS 13 and earlier - The IDFA will be collected by the SDK. The user will NOT be prompted for permission.
44
if #available(iOS 14, *) {
45
// Set a timeout for the SDK to wait for the IDFA collection before handling app launch
46
- AppsFlyerLib.shared().waitForAdvertisingIdentifier(withTimeoutInterval: 60)
+ AppsFlyerLib.shared().waitForATTUserAuthorization(withTimeoutInterval: 60)
47
// Show the user the Apple IDFA consent dialog (AppTrackingTransparency)
48
// Can be called in any place
49
ATTrackingManager.requestTrackingAuthorization { (status) in
0 commit comments