Recently we have had a number of users contact us because they’re unable to purchase a subscription:
After a bit of investigation is appears that RevenueCat SDK is returning:
{
message: "There was a problem with the Play Store.",
readable_error_code: "StoreProblemError",
readableErrorCode: "StoreProblemError",
underlyingErrorMessage: "Error updating purchases.",
debugMessage: ErrorCode: ERROR.:
}
When we look up these users in RevenueCat we see no activity.
When we look up these users in Google Play Store’s Order Management they all show cancelled purchases:
We are using: react-native-purchases v4.2.0. Does anyone have any insight into what could cause this error?