I’m testing in app billing in my app with static responses https://developer.android.com/google/play/billing/billing_testing.html
I’m using android.test.purchased to test my purchase, the first time i was able to fakely buy it, but now it lists as purchased and i can’t test it anymore.
Is there a way to reset that purchased state?
If you are using API version 3, it handles all the products as managed products. Managed means it is purchased once. So it means you need to consume that product first and tell google that the item purchased is consumed. Then it will be available for purchase again. Please Visit http://developer.android.com/google/play/billing/api.html#consume