How to remove test IAP purchase from Android Google Play

This is an old question but if someone is still looking for a solution then go to:

  • Google Play console and open the Order Management tab

There you can refund / cancel test purchases. Then clear the purchase state using this command:

adb shell pm clear com.android.vending

Leave a Comment