-
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
Crashes on iOS 17.3+ #1045
Comments
👀 We've just linked this issue to our internal tracker and notified the team. Thank you for reporting, we're checking this out! |
Any thoughts on this? We still see few crashes a day even after updating to 6.26.0. |
Hey @liri2006 looks like the issue is in logging out, can you share a code snippet of how you log out? |
Hey @mshmoustafa, we are just calling await Purchases.logOut(); in the bloc event (together with some other cleanup stuff).
|
@mshmoustafa what do you think? |
Any thoughts on what can cause this? |
Environment
flutter doctor
Version of
purchases-flutter
purchases_flutter: 6.19.0
Testing device version e.g.: iOS 15.5, Android API 30, etc.
iOS 17.3.1, 17.4.1
How often the issue occurs- every one of your customers is impacted? Only in dev?
1-6 crashes daily. On App Store released version only.
Debug logs that reproduce the issue
Steps to reproduce, with a description of expected vs. actual behavior
Other information (e.g. stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc.)
Crash report from the AppStore:
Describe the bug
I've noticed that for the last few weeks App Store Connect started reporting increased number of crashes. I've checked the crash log and the main one is provided above.
Is it possible to figure out what is causing those crashes from that log?
The text was updated successfully, but these errors were encountered: