The Item You Requested Is Not Available for Purchase

the item you requested is not available for purchase

please check if your using same test account mail id or not

GooglePlay: The item you requested is not available for purchase

12 hours after my last test this was mysteriously working. The symptoms were:

  • Purchase unavailable if the application was installed to the device via ADB (release & signed)
  • Purchase available as normal if the application was installed via Google Play (download)

What exactly fixed this i'm unsure. Prior to waiting 12 hours I;

  • Switched from using IInAppBillingService directly to using Google's IABHelper. The immediate effect was still product unavailable for purchase, however the text was now displayed in red rather than black (what?) and the DFinsky error changed to subtype 4; PurchaseError{type=3 subtype=4}. I also note that i was not using base64EncodedKey when using IInAppBillingService directly.
  • Switched to multiple APKs (probably red-herring)
  • Started an alpha test (was previously using a beta test only)
  • Created a new gmail account and added it to testers

Even after all these changes, the issue was still occurring, so I went to bed, woke up this morning and with no further changes it just worked. FML.

The item you have requested is not available for purchase

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.

In-app Billing - Item requested not available for purchase

Well I found a solution to my problem. I wasn't able to get Google's in app purchasing example to work but I was able to get this InApp Billing Tutorial to work using the steps I mentioned in my original post.

If nothing else this may be helpful to someone to see all of the steps that need to be done to test one of the in-app billing examples.

BillingClient.launchBillingFlow() returns The item you requested is not available for purchase on one device only, all Google accounts

Looks like this was an OS issue. After I was able to re-install the app using the opt-in link (that was a separate issue, resolved only today), the problem disappeared.

The item that you requested is not available for purchase android In-App purchase error

Please make sure that The application does not need to be published, but the item does need to be published.
Refer this links: http://developer.android.com/guide/google/play/billing/billing_testing.html#billing-testing-static



Related Topics



Leave a reply



Submit