-
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
Android Purchase Fails #1145
Comments
👀 We've just linked this issue to our internal tracker and notified the team. Thank you for reporting, we're checking this out! |
Same here, its crashing only in Android. Some logs of the error:
Any ETA on the fix ? @tonidero |
### Description We are getting some issues with Template7 of paywalls in RN and flutter (it works fine on native): - https://community.revenuecat.com/sdks-51/revenuecat-paywall-component-causing-crash-on-android-nosuchmethoderror-in-animatedcontent-method-4956 - RevenueCat/purchases-flutter#1145 From looking around at the issue, some people mentioned a library incompatibility, so I updated the compose versions we're using and that seems to solve the issue. After investigating, seems that the hybrids are updating to a newer version of compose that is not compatible with the version we were using in the native. We were also using an experimental API (which is not experimental in the latest version) I did a run through our UI and didn't notice any issues, but might be good for someone else to double-check
Hi @Adrian72112 @mertyildirimdev, thanks for reporting this issue! We've indeed identified the issue and are working on a fix. This currently happens with |
Yess, it's just happening with template 7, but we moved to use this one in a production app and we have started to see bunch of errors in our firebase logs xD But great the team has identified the issue :) |
Thanks again for your patience, we just released version 8.1.0 of the SDK that should contain a fix for this issue. Please try it out and let us know if you run into any more issues! |
Thanks for the quick turnaround! I’ve updated to version 8.1.0 of the SDK, and it has fixed the issue. Everything is working smoothly now. Many thanks to the team for the prompt fix! |
Will close this but feel free to reopen if needed! |
Thanks for your quick action guys 🙌🙌 |
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
Other information (e.g. stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, etc.)
Describe the bug
In version 7.0.0 and later, when I try to make a purchase with the '7 - Siamese' template, the app closes directly. Previously I was using version 6.30.2 and the template '5 - Bengal' and I was not getting any errors.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: