Google IAP verification has failed for many purchases

后端 未结 1 1278
醉梦人生
醉梦人生 2021-01-14 07:42

I\'m using Google IAP v3 in Android app. I\'ve implemented signature checking using GoogleIabHelper class. I\'m also checking the signature on the server side w

1条回答
  •  时光说笑
    2021-01-14 07:58

    After digging a little deeper it turns out there are so many ways to hack IAP, but good purchase validation prevents from it (like presented in the question).

    First of all, the invalid purchases (all of them) have been made on rooted devices. I've also asked some users about their purchases and one of them agreed that he is using some apk which allows to purchase IAP items for free.

    Conclusion: everything is OK with the code, something is wrong with your users.

    0 讨论(0)
提交回复
热议问题