issue connecting to payment (Android) #2276
Closed
claudiaTonak
started this conversation in
General
Replies: 1 comment 1 reply
-
Look at the migration docs. You should be passing an object to those methods |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I try to request a subscription or a single purchase, Android.
Both calls got the same error message:
{"message":"Google is indicating that we have some issue connecting to payment.","debugMessage":"Please ensure the specific App version has been published.","code":"E_DEVELOPER_ERROR","responseCode":5}
react-native-iap version 12.8.1
react-native 0.71.3
Calls:
the sku and offerToken are correct.
I also tried:
without success, same failure.
With react-native-iap 7.5.6 and react-native 17.0.2 the requestPurchase and requestSubscription calls are working just fine.
Any ideas? Can anybody help me please?
Beta Was this translation helpful? Give feedback.
All reactions