Current Android IAB reference

后端 未结 4 2032
悲&欢浪女
悲&欢浪女 2021-02-10 05:50

I\'ve been struggling with Android IAB v3 for a while now. I have it working consistently on my test devices. However, my crash reporting service shows two recurring crashes: on

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-10 06:15

    Whatever you do DO NOT USE IabHelper. This is a leftover from earlier versions of in app billing. This is not needed with version 3 as it introduces another layer and is buggy.

    Just go ahead and implement billing as shown in official docs - implementing in app billing.

    V3 of the API basically contains only three methods and is very straightforward to implement. If you are serious about in-app-billing then you have to understand how this process works anyway, no library or helper is going to help you with that.

提交回复
热议问题