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
We do initialise AppsFlyer for analytics purposes on our firebaseBackgroundMessageHandler.
Problem is in referenced line. Result is never resolved.
So calling await appsflyer.initSdk(); is freezing the app background service.
👋 Hi @KestasVenslauskas 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:
We do initialise AppsFlyer for analytics purposes on our
firebaseBackgroundMessageHandler
.Problem is in referenced line. Result is never resolved.
So calling
await appsflyer.initSdk();
is freezing the app background service.appsflyer-flutter-plugin/android/src/main/java/com/appsflyer/appsflyersdk/AppsflyerSdkPlugin.java
Line 208 in f420460
The text was updated successfully, but these errors were encountered: