You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.
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:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: