简体   繁体   English

购买Android In App:未配置此版本的应用,以便通过Google Play计费

[英]Android In app purchase: This version of the application is not configured for billing through Google Play

When I try to run my application with in-app billing I am getting the error: "This version of the application is not configured for billing through Google Play. Check the help center for more information". 当我尝试使用应用内结算运行我的应用程序时,出现错误消息:“此版本的应用程序未配置为通过Google Play进行计费。请查看帮助中心以获取更多信息”。

I have the billing permission already in the Manifest file and I have a signed .apk uploaded as a draft onto Google Play and I have also installed that same signed apk onto my phone as well as i also provided productId,and already waited for more than a day for their server to upload but still getting error. 我已经在清单文件中拥有了结算许可,并且我已经将一个签名的.apk作为草稿上传到Google Play,并且我还将该同一个签名的APK安装到了我的手机上,还提供了productId,并且已经等待了超过服务器上传一天,但仍然出错。

I ran to this issue a lot. 我经常遇到这个问题。 I would suggest using this link 我建议使用此链接

http://blog.blundell-apps.com/simple-inapp-billing-payment-v3/ http://blog.blundell-apps.com/simple-inapp-billing-payment-v3/

keep the product ID as android.test.purchased . 将产品ID保留为android.test.purchased (Change your Base64 if you want to) set up all of your code and get you app sorted, response handling and everything else. (如果需要,请更改Base64)设置所有代码,并对应用进行排序,响应处理以及其他所有功能。

Then put the app in the Google Play dont publish it (Check your version number, and keep the certificate). 然后将应用放入Google Play,不要发布(检查您的版本号,并保留证书)。 Add your Products (As you have already done.) 添加您的产品(已经完成。)

I do the following then: In Eclipse export your app with the same Certificate and version number as the one you have on the store. 然后执行以下操作:在Eclipse中,使用与商店中相同的证书和版本号导出您的应用程序。 put it in a different folder. 放在另一个文件夹中。

Use these commands to uninstall the app from the test phone and install it: 使用以下命令从测试电话上卸载应用程序并进行安装:

adb uninstall com.domain.appname 

and install it with this: 并使用以下命令安装它:

adb -d install /path/to/new/apk

Then run the app on the test phone. 然后在测试电话上运行该应用。

Your test phone has to be setup with the test Google Account. 您的测试电话必须使用测试Google帐户进行设置。 if not you need to reset the phone and set it up with the test account. 如果不是,则需要重置手机并使用测试帐户进行设置。

If your logCat is open you should see all the logs also your app should go through with no issue. 如果您的logCat是打开的,那么您应该会看到所有日志,并且您的应用程序也应该顺利通过。

Please let me know how you go so I can help you further. 请让我知道您的情况,以便我进一步帮助您。

One more thing. 还有一件事。 I set up a Google Community for my testers and add the test accounts in there so I can test on multiple devices easily. 我为测试人员设置了一个Google社区,并在其中添加了测试帐户,以便可以轻松地在多个设备上进行测试。 Also you can add the test account in the setting of your GooglePlay. 您也可以在GooglePlay的设置中添加测试帐户。 There are lots of document for this too. 也有很多有关此的文档。

H. H。

暂无
暂无

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

相关问题 此版本的应用程序未配置为通过 Google Play 计费 - This version of the application is not configured for billing through Google Play 应用内结算问题:“此版本的应用程序未配置为通过Google Play结算。 检查帮助中心。” - In-app billing issue: “This version of the application is not configured for Billing through Google Play. Check the help center..” 错误:此版本的应用程序未配置为通过Google Play结算 - Error: This version of the application is not configured for billing through Google Play Android此版本的应用程序未配置为通过Google Play计费 - Android This version of the applicaiton is not configured for billing through google play 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 未配置应用程序以通过Google Play计费 - Application not configured for billing through Google Play 应用程序未配置为通过 Google Play 计费错误 - Application not configured for billing through Google Play error TrivialDrive显示“此版本的应用程序未配置为通过...进行计费” - TrivialDrive showing “This version of the application is not configured for billing through …” 应用程序更新后,此版本的应用程序未配置为计费 - This version of the application is not configured for billing after app update 小部件Android Billing Version 3的应用内购买 - In-App purchase for widget Android Billing Version 3
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM