Gluon Mobile 使用过时的 Google Play API 进行计费集成

发布于 2025-01-15 03:40:06 字数 583 浏览 4 评论 0原文

当我尝试发布包含 Gluon 计费库以及 com.android.vending.BILLING 权限的 Gluon 应用程序时,出现以下错误:

Release 使用旧版本的 Google Play Billing。

如果我注释掉 com.android.vending.BILLING 权限,我可以成功上传应用程序,但无法启用计费。

我在我的 pom.xml 中包含了用于计费的 Gluon Attach:

<dependency>
    <groupId>com.gluonhq.attach</groupId>
    <artifactId>in-app-billing</artifactId>
    <version>${attach.version}</version>
</dependency>

是否需要启用一个特殊标志来告诉 Gluon 使用当前版本的 Google Play Billing?或者我需要在我的 pom.xml 中包含其他内容吗?

When I try to publish a Gluon app that includes Gluon's billing library, and also the com.android.vending.BILLING permission, I get the following error:

Release uses an old version of Google Play Billing.

If I comment out the com.android.vending.BILLING permission, I am able to upload the app successfully, but billing is not enabled.

I am including the Gluon Attach for billing in my pom.xml:

<dependency>
    <groupId>com.gluonhq.attach</groupId>
    <artifactId>in-app-billing</artifactId>
    <version>${attach.version}</version>
</dependency>

Is there a special flag that I need to enable to tell Gluon to use the current version of Google Play Billing? Or do I need to include something else in my pom.xml?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文