You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
👋 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:
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.
The text was updated successfully, but these errors were encountered: