Open KestasVenslauskas opened 6 hours ago
👋 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 callingawait appsflyer.initSdk();
is freezing the app background service.https://github.com/AppsFlyerSDK/appsflyer-flutter-plugin/blob/f4204607c4d976eb2cf440772c0c6069cd6767bc/android/src/main/java/com/appsflyer/appsflyersdk/AppsflyerSdkPlugin.java#L208