-
Notifications
You must be signed in to change notification settings - Fork 0
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
The operation couldn't be completed. (superwall_react_native.PurchaseResultError error 1.) #5
Comments
Hi, this is an error that originates from your purchase controller's purchase function. Please check that you aren't receiving an error from RevenueCat on purchase within your app and that you're returning the correct value on successful purchase in your purchase controller. |
Thank you for your reply @yusuftor. I reused exactly the same code for RCPurchaseController as in your example and everything seems ok at this level. For information the payment is working on RevenueCat side. I'm checking this subject because I've received several complaints from users in the last few days, even though everything had been working perfectly for nearly a month. I was able to obtain a log with MySuperwallDelegate and it's an EventType.transactionFail event that seems to be linked to Superwall that is triggered. Handling Superwall event:', { event: What can I do to make it work again? |
The |
Hello, since a few days every time we try to purchase a product on iOS we got the confirmation message "You're all set" and then the following error.
On RevenueCat I can see the purchases as completed but the users can't access to the premium features and restore purchases. It's becoming critical as this error happens for all the users on the live version.
How could I fix it?
"@superwall/react-native-superwall": "^1.1.3",
"react-native-purchases": "^7.26.1",
The text was updated successfully, but these errors were encountered: