Android 应用内结算错误消息

发布于 2024-12-20 23:51:00 字数 228 浏览 1 评论 0原文

我之前在 Android 上实现应用内计费时遇到了问题。我已经解决了这个问题,但接下来是另一个问题。当我在我的手机和另一部测试帐户手机上运行该应用程序时,出现错误:“此版本的应用程序未配置为市场计费。”我已将新版本的应用程序作为 APK 安装到 Android 市场并添加了项目。当它打开应用程序内结算时,它会显示要从 Android 市场购买的商品的名称,但给出了错误。当我尝试 Google 的静态示例时,效果很好。

谢谢

I was having problems earlier implementing in-app billing for android. I have fixed that issue, but following that is another issue. When I run the application on my phone and another test account phone, I get the error: "This version of the application is not configured for Market billing." I have installed the new version of the app to the Android market as an APK and added the items. When it opens the in-app billing, it shows the name of the item to purchase from the Android market, but gives me the error. When I tried the static example from Google, that worked.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

迷雾森÷林ヴ 2024-12-27 23:51:00

要使其正常工作,您需要使用发布密钥/证书对包进行签名,上传到市场并保存(无需激活)。然后将发布的 APK 安装到您的设备上以便能够进行测试。您在手机上安装的 APK 必须具有相同的版本并使用相同的证书签名才能进行 IAB 测试。详细信息此处

To get this to work you need to sign the package with your release key/certificate, upload to the Market and save it (without activating). Then install the release APK to your device to be able to test. The APK you install on the phone has to have the same version and be signed with the same certificate for IAB testing to work. Details here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文