本文介绍了此版本的应用程序不是通过谷歌播放配置计费的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
当我尝试在应用内计费我收到错误运行我的应用程序:这个版本的应用程序不是通过谷歌配置计费播放查看帮助中心,了解更多信息。
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".
我已经在清单文件中的结算许可,我有一个签名的apk上传为草稿到谷歌玩,我也安装了相同签署的apk到我的手机上。
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.
如何解决这个问题?任何帮助
Any help on how to solve this issue?
推荐答案
啊发现努力了几个小时后,解决方案。
Ahh found the solution after trying for a couple of hours.
- 谷歌需要一段时间来处理申请,并将其更新到自己的服务器,对我来说这大约需要半天时间。所以节省了APK作为对谷歌播放选秀之后,你必须等待几个小时前,在应用内产品将正常响应,并允许定期购买。
- 导出并签署APK。未签名的APK试图使购买会得到错误。
这篇关于此版本的应用程序不是通过谷歌播放配置计费的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!