Hello there!
We’re prototyping an integration with RevenueCat but initial tests are failing on Android with the following error:
1{2   "nativeStackAndroid":[34   ],5   "userInfo":{6      "underlyingErrorMessage":"Error when fetching products. DebugMessage: An internal error occurred.. ErrorCode: SERVICE_UNAVAILABLE.",7      "readableErrorCode":"StoreProblemError",8      "readable_error_code":"StoreProblemError",9      "message":"There was a problem with the store.",10      "code":211   },12   "message":"There was a problem with the store.",13   "code":"2"14}
We’re using the latest version of `react-native-purchases`. The billing permission is also set in our AndroidManifest:
1<uses-permission android:name="com.android.vending.BILLING"/>
Also, both the Android project and the products on RevenuCat don’t report any error/issue. The products (subscriptions) have been imported using the automatic import tool on RevenueCat.
Thank you in advance for your help.

