AppsFlyerSDK / AppsFlyerFramework

AppsFlyer Apple SDK
https://support.appsflyer.com/hc/en-us/articles/207032066-AppsFlyer-SDK-Integration-iOS
Other
163 stars 90 forks source link

Question: In what cases it can be `not found` result? #228

Closed NikKovIos closed 1 year ago

NikKovIos commented 1 year ago

pod 'AppsFlyerFramework', '6.9.2'

With DeepLinkDelegate in func didResolveDeepLink(_ result: DeepLinkResult) there is a result without error (error == nil) and without deepLink (deepLink == nil). Status not found.

It happened on one device (iPad). On other device (iPhone) with same deeplink everything works well.

iPads settings where it is not working:

image image
``` 2023-02-06 18:53:08.023165+0300 XXX[1041:176403] [AppsFlyerSDK] [com.apple.main-thread] AppsFlyer SDK version 6.9.0 started build (90) 2023-02-06 18:53:08.023494+0300 XXX[1041:176400] [AppsFlyerSDK] [com.apple.main-thread] Keychain items migration status: 0 2023-02-06 18:53:08.023657+0300 XXX[1041:176403] [AppsFlyerSDK] [com.apple.main-thread] * AppsFlyer is set to debug mode. This should only be used in development environment! * 2023-02-06 18:53:08.023912+0300 XXX[1041:176400] [AppsFlyerSDK] [com.appsflyer.serial] [SKAd] [SKAN] Nil or bad dictionary 2023-02-06 18:53:08.024392+0300 XXX[1041:176403] [AppsFlyerSDK] [com.appsflyer.serial] [SKAd] Loaded configuration: 2 2023-02-06 18:53:08.025086+0300 XXX[1041:176400] [AppsFlyerSDK] [com.appsflyer.serial] [DDL] Delegate: XXX 2023-02-06 18:53:08.025196+0300 XXX[1041:176403] [AppsFlyerSDK] [com.appsflyer.serial] [DDL] Start DDL 2023-02-06 18:53:08.025866+0300 XXX[1041:176400] [AppsFlyerSDK] [com.appsflyer.serial] Dynamically loaded library: AppTrackingTransparency 2023-02-06 18:53:08.033945+0300 XXX[1041:176400] [AppsFlyerSDK] [com.appsflyer.serial] [ATT] Tracking authorization update from `oldStatus`: -255 to `newStatus`: 0 2023-02-06 18:53:08.047785+0300 XXX[1041:176408] [AppsFlyerSDK] [com.appsflyer.serial] [DDL] Params: { "att_status" = 0; idfa = { type = unhashed; value = "00000000-0000-0000-0000-000000000000"; }; idfv = { type = unhashed; value = "84B540C5-DE7E-4B51-A244-064893EFD20F"; }; "is_first" = 1; lang = ""; os = "16.1.1"; "request_count" = 1; "request_id" = "1675698779883-8454057"; timestamp = "2023-02-06T15:53:08.044"; type = iPad; } DDL Timeout: 60.00000sec 2023-02-06 18:53:08.048326+0300 XXX[1041:176409] [AppsFlyerSDK] [com.appsflyer.serial] [ATT.1] waitForATTUserAuthorizationWithTimeoutInterval: 60 2023-02-06 18:53:08.048493+0300 XXX[1041:176408] [AppsFlyerSDK] [com.appsflyer.serial] [HTTP] Operation start: `Config-1` 2023-02-06 18:53:08.048628+0300 XXX[1041:176409] [AppsFlyerSDK] [com.appsflyer.serial] [CFG] Initializing `RemoteControl` 2023-02-06 18:53:08.051395+0300 XXX[1041:176409] [AppsFlyerSDK] [com.appsflyer.serial] [CFG] isSandbox: false 2023-02-06 18:53:08.066517+0300 XXX[1041:176409] [AppsFlyerSDK] [com.appsflyer.serial] [CFG] CDN URL: https://cdn-settings.appsflyersdk.com/ios/v1/60474eb73bf96f9b1d16d96fb48817581ab7e9fd56553bc59b6e93fd7c5a89af/settings 2023-02-06 18:53:08.689799+0300 XXX[1041:176440] [AppsFlyerSDK] [com.appsflyer.serial] Start 2023-02-06 18:53:08.689923+0300 XXX[1041:176436] [AppsFlyerSDK] [com.appsflyer.serial] [CLS] ASIdentifierManager loaded 2023-02-06 18:53:08.690357+0300 XXX[1041:176402] [AppsFlyerSDK] [com.appsflyer.serial] [CLS] ADClient not found 2023-02-06 18:53:08.690476+0300 XXX[1041:176440] [AppsFlyerSDK] [com.appsflyer.serial] [CLS] FBSDKAppEventsUtility not found 2023-02-06 18:53:08.690659+0300 XXX[1041:176402] [AppsFlyerSDK] [com.appsflyer.serial] isFirstLaunch: Yes, timestamp: (null) 2023-02-06 18:53:08.697591+0300 XXX[1041:176402] [AppsFlyerSDK] [com.appsflyer.serial] [SKAd] Register App for SKAdNetwork Attribution 2023-02-06 18:53:08.698384+0300 XXX[1041:176432] [AppsFlyerSDK] [com.appsflyer.serial] [SKAd] Register app for SKAdNetwork attribution with status code: 255 2023-02-06 18:53:08.698928+0300 XXX[1041:176432] [AppsFlyerSDK] [com.appsflyer.serial] First `start` since application termintaion/installation 2023-02-06 18:53:08.699589+0300 XXX[1041:176440] [AppsFlyerSDK] [com.appsflyer.serial] `appsFlyerDevKey`: E*****5 2023-02-06 18:53:08.704020+0300 XXX[1041:176402] [AppsFlyerSDK] [com.appsflyer.serial] Installation detected 2023-02-06 18:53:08.705940+0300 XXX[1041:176434] [AppsFlyerSDK] [com.appsflyer.serial] Looking for previous version date 2023-02-06 18:53:08.706486+0300 XXX[1041:176402] [AppsFlyerSDK] [com.appsflyer.serial] Current cached application version: (null), new version: 3.65 2023-02-06 18:53:08.707053+0300 XXX[1041:176434] [AppsFlyerSDK] [com.appsflyer.serial] First AppsFlyer SDK launch or new version detected 2023-02-06 18:53:08.739316+0300 XXX[1041:176434] [AppsFlyerSDK] [com.appsflyer.serial] date1: 2023-02-06_185259+0300 2023-02-06 18:53:08.739665+0300 XXX[1041:176406] [AppsFlyerSDK] [com.appsflyer.serial] date2: 2023-02-06_185308+0300 2023-02-06 18:53:08.740115+0300 XXX[1041:176402] [AppsFlyerSDK] [com.appsflyer.serial] date3: 2023-02-06_185308+0300 2023-02-06 18:53:08.740338+0300 XXX[1041:176406] [AppsFlyerSDK] [com.appsflyer.serial] Generate first launch date: 2023-02-06_185308+0300 2023-02-06 18:53:08.740721+0300 XXX[1041:176402] [AppsFlyerSDK] [com.appsflyer.serial] First launch date: 2023-02-06_185308+0300 2023-02-06 18:53:08.740856+0300 XXX[1041:176406] [AppsFlyerSDK] [com.appsflyer.serial] iAD: iSearchAdsDict is nil 2023-02-06 18:53:08.740965+0300 XXX[1041:176406] [AppsFlyerSDK] [com.appsflyer.serial] [SKAd] No SKAdRule found 2023-02-06 18:53:08.785591+0300 XXX[1041:176410] [AppsFlyerSDK] [com.appsflyer.serial] Get install receipt 2023-02-06 18:53:08.786125+0300 XXX[1041:176406] [AppsFlyerSDK] [com.appsflyer.serial] appStoreReceiptURL: file:///private/var/mobile/Containers/Data/Application/616959E9-F904-45CA-9A83-0F081FDE97FD/StoreKit/sandboxReceipt 2023-02-06 18:53:08.786587+0300 XXX[1041:176410] [AppsFlyerSDK] [com.appsflyer.serial] Install receipt: {"message":"appStoreReceiptURL does not exists.","data":"-1"} 2023-02-06 18:53:08.788553+0300 XXX[1041:176406] [AppsFlyerSDK] [com.appsflyer.serial] [iAD]: Cached `Apple Search Ads`: No, ASA disable: 0 2023-02-06 18:53:08.917992+0300 XXX[1041:176406] [AppsFlyerSDK] [com.appsflyer.serial] [SKAd] Error updating conversion value: Не удалось завершить операцию. (SKANErrorDomain, ошибка 10) 2023-02-06 18:53:09.524613+0300 XXX[1041:176434] [AppsFlyerSDK] [com.apple.root.default-qos] Dynamically loaded library: iAd 2023-02-06 18:53:09.531081+0300 XXX[1041:176410] [AppsFlyerSDK] [com.apple.NSURLSession-delegate] [CFG] CDN Data: {"data":{},"ver":"default.v1.1637149529"} 2023-02-06 18:53:09.536141+0300 XXX[1041:176406] [AppsFlyerSDK] [com.appsflyer.serial] [CFG] Applied new configuration with version: default.v1.1637149529, type: Default 2023-02-06 18:53:09.537536+0300 XXX[1041:176398] [AppsFlyerSDK] [afsdk-buffer-serial] [HTTP] Dealloc. Time elapsed for: `Config-1` - 1.490101933479309 2023-02-06 18:53:09.537879+0300 XXX[1041:176410] [AppsFlyerSDK] [com.appsflyer.serial] [HTTP] Operation start: `Config-1` 2023-02-06 18:53:09.538018+0300 XXX[1041:176406] [AppsFlyerSDK] [com.appsflyer.serial] [CFG] No update needed 2023-02-06 18:53:09.538088+0300 XXX[1041:176398] [AppsFlyerSDK] [afsdk-buffer-serial] [HTTP] Dealloc. Time elapsed for: `Config-1` - 0.0002609491348266602 2023-02-06 18:53:09.538152+0300 XXX[1041:176406] [AppsFlyerSDK] [com.appsflyer.serial] [HTTP] Operation start: `DDL-6743D049-2D4D-4E6F-8448-87ABB1488876` 2023-02-06 18:53:09.538228+0300 XXX[1041:176398] [AppsFlyerSDK] [com.appsflyer.serial] [DDL] URL: https://dlsdk.appsflyer.com/v1.0/ios/id1451612172?sdk_version=6.9&af_sig=132d7703f67eea460341035b37651c941e6f64c1da33c51af5c5622fdf8477d0 2023-02-06 18:53:09.582872+0300 XXX[1041:176398] Attribution returned an error: Error Domain=ADClientErrorDomain Code=1 "The app is not authorized for ad tracking" UserInfo={NSLocalizedDescription=The app is not authorized for ad tracking} 2023-02-06 18:53:09.585336+0300 XXX[1041:176406] [AppsFlyerSDK] [com.appsflyer.serial] [iAD]: Will send to attr: 1 Apple Search Ads: { error = ADClientErrorTrackingRestrictedOrDenied; } 2023-02-06 18:53:09.585967+0300 XXX[1041:176410] [AppsFlyerSDK] [com.appsflyer.serial] `appsFlyerDevKey`: E*****5 2023-02-06 18:53:09.587418+0300 XXX[1041:176406] [AppsFlyerSDK] [com.appsflyer.serial] Looking for previous version date 2023-02-06 18:53:09.587501+0300 XXX[1041:176417] [AppsFlyerSDK] [com.appsflyer.serial] Current cached application version: 3.65, new version: 3.65 2023-02-06 18:53:09.587702+0300 XXX[1041:176406] [AppsFlyerSDK] [com.appsflyer.serial] Use date3 from storage 2023-02-06 18:53:09.587769+0300 XXX[1041:176417] [AppsFlyerSDK] [com.appsflyer.serial] date1: 2023-02-06_185259+0300 2023-02-06 18:53:09.588341+0300 XXX[1041:176406] [AppsFlyerSDK] [com.appsflyer.serial] date2: 2023-02-06_185308+0300 2023-02-06 18:53:09.588424+0300 XXX[1041:176417] [AppsFlyerSDK] [com.appsflyer.serial] date3: 2023-02-06_185308+0300 2023-02-06 18:53:09.588495+0300 XXX[1041:176406] [AppsFlyerSDK] [com.appsflyer.serial] First launch date: 2023-02-06_185308+0300 ```
github-actions[bot] commented 1 year ago

👋 Hi @NikKovIos and Thank you for reaching out to us. In order for us to provide optimal support, please submit a ticket to our support team at support@appsflyer.com. When submitting the ticket, please provide: