appsflyer-flutter-plugin icon indicating copy to clipboard operation
appsflyer-flutter-plugin copied to clipboard

onInstallConversionData(res) doesnot get called for the first time

Open AhmadIzaz opened this issue 1 year ago • 2 comments

So I have imlemented this callback like this

AppFlyerInstance?.onInstallConversionData((res) {
        print('AppsFlyer --- APPSFLYERDEBUG res ${res}');
      });

But when I install the app first time, i can see the logs in my debug console something like these

[Other] [GCD-A02] Calling onConversionDataSuccess with:
D/AppsFlyer_6.14.0( 4477): {install_time=2024-06-27 13:21:26.035, af_message=organic install, af_status=Organic, is_first_launch=false}

But callback doesnot invoke and then when I minimize and come of foreground again, then this callback get called. its happening on Android and iOS both. Any solution? Am I missing something ??

AhmadIzaz avatar Jun 27 '24 13:06 AhmadIzaz

👋 Hi @AhmadIzaz 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 [email protected]. When submitting the ticket, please specify:

  • ✅ your AppsFlyer sign-up (account) email
  • ✅ app ID
  • ✅ production steps
  • ✅ logs
  • ✅ code snippets
  • ✅ and any additional relevant information.

github-actions[bot] avatar Jun 27 '24 14:06 github-actions[bot]

i had a trick. you should using original universal link iOS and create method channel to push to flutter

huongrealest avatar Aug 28 '24 04:08 huongrealest

You should register test device and test it using sdk integration tests at appsflayer.com

Abdurahmon727 avatar Feb 18 '25 04:02 Abdurahmon727

This issue is stale because it has been open for 60 days with no activity.

github-actions[bot] avatar Aug 11 '25 10:08 github-actions[bot]

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar Aug 25 '25 10:08 github-actions[bot]