APP内的谷歌结算库订阅调用流程图1.0:
APP内的谷歌结算库订阅调用流程图2.0:
APP内的谷歌结算库一次性购买调用流程图3.0:
工程接入Google结算库需要做的事情:
在 gradle 中引用的依赖:
implementation 'com.android.billingclient:billing:3.0.0'
在 AndroidManifest 中添加的权限
在 proguard-rules 中添加的混淆
-keep class com.android.vending.billing.**