I purchase a non-consumable item by clicking a button in the app and going through the billing dialogue.
I click the button again. I get error “item already purchased”
How do i reset the “state” to “not purchased”? Possible to do this somewhere in the google play dev console OR possibly by some unity calls to wipe the value on google side?
@watcher One can “over consume” the non-consumable by temporarily treating the item as a consumable, in code running the app from that test user’s account, automatically consuming it, then restore the product type to non-consumable in your code.