superwall / react-native-superwall

Remotely configure every aspect of your paywall and double your revenue.
MIT License
10 stars 0 forks source link

Getting this vague error from superwall package. #4

Closed covert-oddity closed 2 months ago

covert-oddity commented 2 months ago
Screenshot 2024-05-22 at 5 20 32 PM

The error says: Title: An error occurred Message: The operation couldn't be completed. (superwall_react_native.PurchaseResultError error 1.)

What does this error mean and how to debug this?

covert-oddity commented 2 months ago

I am using this version "@superwall/react-native-superwall": "1.1.1",

covert-oddity commented 2 months ago

@yusuftor , need help with this please.

yusuftor commented 2 months ago

Hey, the error "The operation couldn't be completed." is unfortunately a generic error that comes from either StoreKit or RevenueCat, if you're using them. We just propagate the error we receive. My advice would be to check revenuecat or apple/stackoverflow forums for what might cause that. I can see there are quite a few posts over there with possible causes. Sorry I can't be of more help!