简体   繁体   English

Android IAP 获取错误此版本的应用程序未配置为通过 google play 计费 查看帮助中心

[英]Android IAP get error this version of the application is not configured for billing through google play check the help center

I started with billing library 3.0我从计费库 3.0 开始

  • An aab file with BILLING permission has been published on internal/alpha test具有 BILLING 权限的 aab 文件已在内部/alpha 测试中发布

  • I added my email for close test我添加了我的电子邮件进行近距离测试

  • IAP products are published and their status set to active IAP 产品已发布且其状态设置为有效

  • From android studio my debug config has sign the same android keystore with release aab on google play在 android studio 中,我的调试配置在 Google Play 上使用 release aab 签署了相同的 android 密钥库

  • Version code and version name same version on internal/alpha test After that i run debug app from android studio And get error: this version of the application is not configured for billing through google play check the help center版本代码和版本名称在内部/alpha 测试中的版本相同之后,我从 android studio 运行调试应用程序并得到错误:此版本的应用程序未配置为通过 google play 计费检查帮助中心

    Anybody have solutions?有人有解决方案吗?

我已经通过将我的邮件添加到许可证测试中解决了这个问题

my project is very old,It build base on ant tools I found ant tools do not merge the AndroidManifest.xml So I fix this problem by add:我的项目很老了,它是基于 ant 工具构建的 我发现 ant 工具不会合并 AndroidManifest.xml 所以我通过添加解决这个问题:

    <meta-data
        android:name="com.google.android.play.billingclient.version"
        android:value="4.0.0" />

    <activity
        android:name="com.android.billingclient.api.ProxyBillingActivity"
        android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation"
        android:exported="false"
        android:theme="@android:style/Theme.Translucent.NoTitleBar" />

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 应用内结算问题:“此版本的应用程序未配置为通过Google Play结算。 检查帮助中心。” - In-app billing issue: “This version of the application is not configured for Billing through Google Play. Check the help center..” 购买Android In App:未配置此版本的应用,以便通过Google Play计费 - Android In app purchase: This version of the application is not configured for billing through Google Play 错误:此版本的应用程序未配置为通过Google Play结算 - Error: This version of the application is not configured for billing through Google Play 此版本的应用程序未配置为通过 Google Play 计费 - This version of the application is not configured for billing through Google Play 应用程序未配置为通过 Google Play 计费错误 - Application not configured for billing through Google Play error Android此版本的应用程序未配置为通过Google Play计费 - Android This version of the applicaiton is not configured for billing through google play 未配置应用程序以通过Google Play计费 - Application not configured for billing through Google Play 应用程序错误:未为Google Play配置此版本的应用程序 - Application Error : This version of the application is not configured for Google Play 从Android Studio运行时,“此版本的应用程序未配置为计费”错误 - “This version of the application is not configured for billing” error when run from Android Studio TrivialDrive显示“此版本的应用程序未配置为通过...进行计费” - TrivialDrive showing “This version of the application is not configured for billing through …”
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM