Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
AhmadIzaz opened this issue Jun 27, 2024 · 2 comments
Open
Labels

Comments

@AhmadIzaz
Copy link

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

Copy link

👋 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:

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

@huongrealest
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants