how to cancel an in-app test purchase on android?

前端 未结 9 503
眼角桃花
眼角桃花 2020-12-14 14:43

Until june 20th 2016 i was able to cancel test purchases done in my app. Doing multiple in-app purchases (not consumable) from the same test account made it easy to develop

9条回答
  •  一生所求
    2020-12-14 15:45

    From https://stackoverflow.com/a/30178861/326904 @mttmllns

    No need to write any special consumption code. Just use the adb command for clearing the Google Play Store data:

    adb shell pm clear com.android.vending
    

提交回复
热议问题