Android IABHelper vs Billingclient

时间:2017-10-12 09:41:52

标签: android in-app-purchase in-app-billing

In our android app, we are using in app billing using IabHelper wrapper library. Example https://github.com/googlesamples/android-play-billing/tree/master/TrivialDrive

Now, Google added newer version of the library with lot of changes to it.

https://developer.android.com/google/play/billing/billing_library.html

Which version should we use? When will the Olderversion(v3) of the biller library expire?

1 个答案:

答案 0 :(得分:0)

如google官方文档中所述,将不再支持AIDL方式,

https://developer.android.com/google/play/billing/migrate

本主题描述了如何从计费集成中迁移出来 它使用Android接口定义语言(AIDL)。存取中 已弃用使用AIDL的Google Play结算系统,并且所有 集成将来必须使用Google Play计费库。

此链接还包含一个从AIDL迁移到新计费库的指南。