本文介绍了应用内结算问题:“此版本的应用程序未配置为通过Google Play进行结算.请查看帮助中心."的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在我的android应用程序中使用应用程序内计费.签名后,我将APK草案草稿上载到市场(清单中不可调试),还包含com.android.vending.BILLING权限和所有文件.我首先尝试使用保留的android.test.purchased产品ID进行测试.效果很好.

现在,我在Google Play Develoiper控制台中向我的应用中添加了带有被管理产品新价格的应用内产品",并将该产品设置为活动状态. APK仍在草稿中.我创建了一个测试用户并重置了设备,以使该测试用户成为测试设备上的主要帐户.在我的主要活动中还提到了String SKU中的产品ID.(以前是android.test.purchase)现在,在尝试安装应用时,我看到此消息:

错误:此应用程序版本未配置为通过Google Play计费.请查看帮助中心以了解更多信息."

我已经等待了2个多小时,然后再试一次.还是一样.我还检查了主应用程序中的版本代码,并且手机已安装的应用程序中的版本代码相同.我正在使用应用内管理产品.另外,如果被管理产品可以正常工作,我想添加具有年度订阅的产品ID.请提出建议.

I am using in-app billing in my android application. After signing, I uploaded a draft APK to the market (no debuggable in manifest), also included the com.android.vending.BILLING permission and all the files.I first tried the reserved android.test.purchased product ID for testing. It worked fine.

Now I add a ''In-app Product'' with a new price for managed product to my app in the Google Play Develoiper Console and set the product to active. The APK is still in draft. I created a test user and reset my device to make that test user the primary account on my test device. Also mentioned the product id in String SKU in my main activity.(previously it was android.test.purchase) Now, while trying to install the app, I am seeing this message:

"Error : This version of the application is not configured for Billing through Google Play. Check the help center for more information."

I have waited for more than 2 hours and tried again. Still same. I have also checked the versioncode in the main application and in the phone''s installed application is same. I am using In-app Managed Product. Also, I would like to add a product id with yearly subscription if managed product works fine. Please suggest.

推荐答案


这篇关于应用内结算问题:“此版本的应用程序未配置为通过Google Play进行结算.请查看帮助中心."的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-19 18:35