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

Android - window.plugins.appsFlyer.initSdk do not execute callbacks onSuccess or onError after window.location.reload() #251

Open
tragid opened this issue Mar 27, 2024 · 1 comment
Labels

Comments

@tragid
Copy link

tragid commented Mar 27, 2024

Report

on Android if calling window.plugins.appsFlyer.initSdk after window.location.reload() on app - initSdk method doesn't invoke any of callbacks neither onSuccess or onError. Only closing and reopening app helps

Plugin Version

6.13.1

On what Platform are you having the issue?

android

What did you do?

window.plugins.appsFlyer.initSdk({ devKey: '...' }, (onSuccessEvent) => { console.log(onSuccessEvent); }, (onErrorEvent) => { console.log(onErrorEvent); });

What did you expect to happen?

onSuccess event should fire after window.location.reload

What happened instead?

nothing happens, app waiting for callbacks of initSdk method

Please provide any other relevant information.

Copy link

👋 Hi @tragid 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.

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

2 participants