-
Notifications
You must be signed in to change notification settings - Fork 169
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
App Crashes When Restoring Purchases in PaywallFooterView #1099
Comments
👀 We've just linked this issue to our internal tracker and notified the team. Thank you for reporting, we're checking this out! |
That's very strange indeed, we haven't had any reports of anything like this happening before. Do you have by any chance the stacktrace so we can take a look? You may be able to find that in the Play Console This is the official guide on crashes on Google Play. Thank you! |
Thank you for your response. I checked the Play Console's Moving forward, I plan to integrate |
After integrating However, it seems there was a mistranslation by Google Translate, and I received a correction stating that the issue has not been resolved. The user is using a device called TAB910, which might be causing the problem. Without the crash logs, resolving this issue will be difficult. If there is any prospect of resolving this issue, please reopen. Thank you. |
Thank you @enoiu for understanding that it would be hard to solve without a stacktrace. If you ever get an stacktrace please don't hesitate to open an issue so we can take a look. We'll keep an eye out to see if we see this happening to anyone else. Thank you |
Environment
flutter doctor
purchases-flutter
Android 12 (API 31)
one customer
This crash log was not found in the Google Play Console
Other information (e.g. stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc.)
Describe the bug
A customer using my app reported that the app crashes when they press "Restore Purchases." They also sent a video of the incident.
Upon reviewing the video, I noticed that despite the app's language being set to English, the purchase button (call to action) was in German.
(Additionally, the customer uses Korean as the device language, but my app does not support Korean, so it defaults to English. Similarly, in the RevenueCat Paywall editor, I have set up localizations for languages like English and German, but not Korean.)
In my environment, pressing the restore button does not cause any issues on either the emulator or my devices (Android 14, Fire 7 12th generation), regardless of whether there is purchase information or not.
Therefore, I suspect that the app crash might be related to a discrepancy in the purchase information. Unfortunately, there are no crash logs related to this in the Google Play Console, and I am unsure how to reproduce this issue in my environment.
Additional context
PaywallFooterView
.The text was updated successfully, but these errors were encountered: