我在我的Android应用中添加了In App Billing(Play Billing Library)。 manifest.xml包含<uses-permission android:name="com.android.vending.BILLING" />
,我还在compile 'com.android.billingclient:billing:1.0'
文件中添加了build.gradle
。
通过Google Play控制台,我创建了购买项目,但在Google Play应用页面上,没有任何关于“应用内购买优惠”的信息。
感谢您的帮助!
修改
“应用购买优惠”会在移动设备上显示,但不会在网络上显示
这是法语,但如果我拿这个应用程序:
在安装按钮上方有“Contient des annonces - Contain ads”和“Achat via l'applicationproposés - 应用程序购买优惠”。
对于我的应用程序(在alpha版本中),我有: