-
Notifications
You must be signed in to change notification settings - Fork 172
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
java.lang.IllegalStateException: Reply already submitted casing app to crash only android devices #1216
Comments
👀 We've just linked this issue to our internal tracker and notified the team. Thank you for reporting, we're checking this out! |
Hi @TOZXII are you able to reproduce this in a dev environment and get logs? This is the offending line:
And it indicates that the SDK was not configured (the logs might help us determine why that is) |
We are encountering the same issue using Example stack trace from Firebase Crashlytics:
|
Do not remove any of the steps from the template below. If a step is not applicable to your issue, please leave that step empty.
There are a lot of things that can contribute to things not working. Having a very basic understanding of your environment will help us understand your issue faster!
Environment
flutter doctor
purchases-flutter
8.2.1 and purchases_ui_flutter 8.2.1Other information (e.g. stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc.)
stacktraces from sentry:
From google play console:
Describe the bug
This bug causes the application to [crash] on Android devices. About 4% of Android users have this issue.
Everything from my end is correct {I will provide the code}, I made sure the configure Purchases is done right but still the issue happens no matter what I do.
Additional context
main.dart
MainActivity.kt
The text was updated successfully, but these errors were encountered: