How do I Refund Test IAP Android?

I created a game where it has Remove Video Ads IAP.

I used a test gmail to purchase Remove Video Ads. At one point I removed that test account from Google Play Store.

Now every time I re-download install and uninstall that game, it always acts as if I already purchased an item.

How do I reset that account so it works as if it never purchased IAP before?

You can go to the Google Play Console→Order Management→Choose an order and refund it.

  • If the developer chooses a refund with revoke, the purchased receipt will be cleared and the user will not continue to own the item, but the user can purchase the non-consumable product again.

5260766--526265--upload_2019-12-9_15-13-26.png

  1. If the developer chooses a refund without revoke, the purchased receipt will not be cleared and the receipt will be sent when the user first initializes the IAP and is verified as a valid receipt. This means that even if a refund is made, the user will still own the item and the user cannot purchase the non-consumable product again.
    5260766--526268--upload_2019-12-9_15-13-52.png

What I typically do is configure several test users, and each can make a non-consumable purchase. Another approach is to simply create several similar products.

Thank you all for the answers.