We’ve periodically been seeing a “There was a problem with the store” error when Android users try to purchase.
Â
Does RevenueCat have any logs that can help diagnose the error? Or how can I diagnose this problem?
We’ve periodically been seeing a “There was a problem with the store” error when Android users try to purchase.
Â
Does RevenueCat have any logs that can help diagnose the error? Or how can I diagnose this problem?
Or maybe some way of understanding how to handle exceptions from Purchases.purchasePackage() on React Native.
Hi Cameron,
Â
I’d suggest following the error handling section in our docs to investigate the problem. For this particular error, the most common scenarios are:
What exactly does RevenueCat’s retry mechanism look like? I shouldn’t try implementing my own retry mechanism in-app?
Â
Â
We’re still seeing errors and very worried about potential lost revenue:
Android 10, React Native error:
{
"nativeStackAndroid": n],
"userInfo": {
"userCancelled": false,
"code": 2,
"underlyingErrorMessage": "Google Play Error: Invalid Value",
"readableErrorCode": "StoreProblemError",
"readable_error_code": "StoreProblemError",
"message": "There was a problem with the store."
},
"message": "There was a problem with the store.",
"code": "2",
"userCancelled": false,
"line": 53,
"column": 1121,
"sourceURL": "index.android.bundle"
}
Â
Any news regarding this issue?
We face is quite regularly and this is very annoying for potential lost revenue as
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.