issue connecting to payment (Android) #2276
Closed
claudiaTonak
started this conversation in
General
Replies: 2 comments 2 replies
-
Look at the migration docs. You should be passing an object to those methods |
Beta Was this translation helpful? Give feedback.
2 replies
-
Release your app bundle to internal testing and you will see things working. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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