onInstallConversionData(res) doesnot get called for the first time
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 ??
👋 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.
i had a trick. you should using original universal link iOS and create method channel to push to flutter
You should register test device and test it using sdk integration tests at appsflayer.com
This issue is stale because it has been open for 60 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.