Purchased Subscription Not Returned In Inventory
I've adapted the play_billing sample in the Google extras of the Android SDK to use my own app package name and public key. I was able to purchase a managed item as well as a subsc
Solution 1:
Figured it out by chance when I came across this answer and decided to try the updated code linked there.
Apparently the play_billing
sample listed in the SDK manager is outdated, and all the classes in the util
package need to be replaced by the util
packages from this up-to-date project.
After I replaced the old util
package with the new one, my subscription gets listed along with the regular premium
item!!!
Purchase: paid_appPurchase: premium
Post a Comment for "Purchased Subscription Not Returned In Inventory"