-
-
Notifications
You must be signed in to change notification settings - Fork 661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: That item is unavailable for purchase. [android] #2317
Comments
Why not update to the latest? |
#2455 Can anyone please suggest on this issue Please ? |
Have you got any solutions @Prathameshlabde |
Hi all, on IOS I see modal with text: iOS 15.2.1 device xS |
Any update ? Maybe its related to this ticket ? |
I can replicate the error with consumable items, in iOS & Android. |
Yes i received error like Purchase error: {"code": "E_ITEM_UNAVAILABLE", "debugMessage": "", "message": "That item is unavailable.", "responseCode": 4} any solution for these error ? |
Anyone ever managed to fix this one? I'm currently testing on an Android device and I have ensured that my Google account is added in the "License testing"-part of the Developer platform. I'm just getting
It's working just fine on iOS. |
Yes it is working fine in ios and now it's working in android also |
Did you need to do any additional setup of your Google Developer account to get it working? Or perhaps there's some setup of the library I'm missing? |
New Lib having some method changes like const products = await getSubscriptions({skus:itemSkus}); await requestSubscription({ |
Description
I am trying to upgrade from react-native-iap v.7 to 10.1.3.
IAP.getSubscriptions({ skus: subscriptionIds }) returns the subscriptions.
But when I call:
IAP.requestSubscription({
sku: skuObj.sku,
...(skuObj.offerToken && {
subscriptionOffers: [{ sku: skuObj.sku, offerToken: skuObj.offerToken }],
}),
})
I am getting the following Google Play error:
react native iap message:That item is unavailable.,debugMessage:,code:E_ITEM_UNAVAILABLE,responseCode:4
Expected Behavior
I expect the purchase to complete successfully.
Environment:
The text was updated successfully, but these errors were encountered: