AppsFlyerSDK / appsflyer-flutter-plugin

Flutter Plugin for AppsFlyer SDK
MIT License
148 stars 118 forks source link

onInstallConversionData(res) doesnot get called for the first time #326

Open AhmadIzaz opened 3 months ago

AhmadIzaz commented 3 months ago

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 ??

github-actions[bot] commented 3 months ago

👋 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 support@appsflyer.com. When submitting the ticket, please specify:

huongrealest commented 1 month ago

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