AppsFlyerFramework icon indicating copy to clipboard operation
AppsFlyerFramework copied to clipboard

Callback to delegate method onConversionDataSuccess takes a lot of time

Open apurvverma7 opened this issue 3 years ago • 1 comments

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?

apurvverma7 avatar Feb 02 '22 08:02 apurvverma7

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.

mirhadiali avatar Mar 04 '22 09:03 mirhadiali