AppsFlyerFramework
AppsFlyerFramework copied to clipboard
Callback to delegate method onConversionDataSuccess takes a lot of time
The callback to onConversionDataSuccess taking around 7-8 seconds. This is hindering the internal application flow.
App launch time: 1643791005.786339 Callback time: 1643791011.668103
Difference: about 6s
SDK Version - 6.5.2
AppsFlyerLib delegate in AppDelegate is set in the beginning, so I'm sure this is not the issue.
Is there a way around this?
The callback to onConversionDataSuccess taking around 7-8 seconds. This is hindering the internal application flow.
App launch time: 1643791005.786339 Callback time: 1643791011.668103
Difference: about 6s
SDK Version - 6.5.2
AppsFlyerLib delegate in AppDelegate is set in the beginning, so I'm sure this is not the issue.
Is there a way around this?
I am also facing this issue if the app is already running when clicking on deep link it redirects to the app but onConversionDataSuccess and didResolveDeepLink is taking too much time.