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
download from internal app testing in Google Play - works
But when I added the app bundle to release, Google Play rejected my app.
I installed crashlytics and received a report today about 10 crashes on 10 users
In my case when:
But when I added the app bundle to release, Google Play rejected my app.
I installed crashlytics and received a report today about 10 crashes on 10 users
Key - flutter_error_exception
Value - PlatformException(TASK_FAILURE, Failed to bind to the service., null, null)
My code
Maybe this is because
await InAppUpdate.checkForUpdate()
is used before running the applicationrunApp(MyApp()
?The text was updated successfully, but these errors were encountered: