Skip to content Skip to sidebar Skip to footer

The Item You Have Requested Is Not Available For Purchase

I am trying to test subscriptions in android app. I use dungeons example. I uploaded apk which is not published, but subscription items are published. I added new test account(gmai

Solution 1:

Same thing happened to me when I tested in-app billing, and there was no other way to overcome it but to actually publish the application. Once the application had "replicated" to Google servers (which took several hours, during which I got yet another obscure error message when trying to purchase anything), buying subscriptions worked fine.


Solution 2:

use this link and refer table 1. I also faced this problem.http://developer.android.com/guide/google/play/billing/billing_testing.html#billing-testing-static

Have a look at that table than u will get that whats going wrong in your table.


Solution 3:

I had the same problem. After changing the APK state from unpublished to Activate (in APK files tab) and waiting for 1 hour or so, the product ID could be purchased.


Solution 4:

Make sure to upload the signed APK to developer console.

Make sure to install the signed APK on your device not launch the app in the debugger.

Make sure to create a test account in your developer console.

Make sure to sign in your device with your test account.

Make sure to create in app billing in your developer console and finally activate the item from the console!!! (this is the one that got me after fully following google's tutorial)


Post a Comment for "The Item You Have Requested Is Not Available For Purchase"