I am using the React Native SDK, and I am getting some PAYWALL_RESULT.ERROR back when users are shown the paywall.
I have been searching for what this result means, but I haven’t been able to find many details about this specific error.
All I can see is this line from the source code:
“If an error happened during purchase/restoration.”
I would like to know whether this indicates an error on RevenueCat’s side (such as the server sending 500s) or a store/user error (for example, problems processing the payment).
Thanks!
