In-App Billing test: android.test.purchased already owned

后端 未结 16 1391
情深已故
情深已故 2020-12-07 08:09

I am currently testing In-App Billing for a future app, and after I successfully \"bought\" the test item \"android.test.purchased\" the first time, I now receive the respon

16条回答
  •  执念已碎
    2020-12-07 08:54

    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
    

提交回复
热议问题