Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

The item you requested is not available for purchase. #99

Open
raulzarza opened this issue Dec 2, 2015 · 3 comments
Open

The item you requested is not available for purchase. #99

raulzarza opened this issue Dec 2, 2015 · 3 comments

Comments

@raulzarza
Copy link

Hi guys, when I trying to purchased an item, I receive an error from Google Store with the message "The item you requested is not available for purchase." If I try with an old APK version of my app is working perfectly, but If I try to compile the same project to build a new APK I have the issue. The only thing that I changed was the SDK platform update to version 23 and JVM (1.8.0_66-b17), maybe is this the problem but I tried downgrading SDK to version 22 and still the same problem. Those are the Errors from the console:

PurchaseFragment.onStateChange: Error: PurchaseError{type=3 subtype=0}
PurchaseFragment.onStateChange: Purchase failed: PurchaseError{type=3 subtype=0}

PD: the configuration for testers I think is not a problem because is working with the older APK version.

@gperretti
Copy link

I think its because your version code. The new apk has a different version code than the published apk and for this reason your getting this error.

Regards.

@mohaxspb
Copy link

mohaxspb commented Mar 6, 2016

I think its because your version code. The new apk has a different version code than the published apk and for this reason your getting this error.

That works in my case. Thanks! =)

@MrAlshahawy
Copy link

      I think its because your version code. The new apk has a different version code than the published apk and for this reason your getting this error.

Regards.

And how to solve this problem, sometimes I distribute a higher version on other places before the store and I want to give the users the ability to buy the items to unlock features.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

4 participants