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

Callback to delegate method onConversionDataSuccess takes a lot of time #199

Closed apurvverma7 closed 1 day ago

apurvverma7 commented 2 years ago

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?

mirhadiali commented 2 years ago

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.