Android In-App Billing: Purchase state stays “purchased” after order cancelation

前端 未结 9 2515
余生分开走
余生分开走 2020-12-23 19:36

I\'m currently testing my InApp billing mechanism (using the InApp Billing version 3 API, therefore taking the TrivialDrive example as reference).

I have one managed

9条回答
  •  孤城傲影
    2020-12-23 20:19

    After having waited for about 12 hours and having tried everything suggested here, I was still facing the same issue. What did the trick for me was the following adb command:

    adb shell pm clear com.android.vending

提交回复
热议问题