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 ??
So I have imlemented this callback like this
But when I install the app first time, i can see the logs in my debug console something like these
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 ??