Android 应用内 onPurchaseStateChange

发布于 2024-12-23 17:05:37 字数 244 浏览 1 评论 0原文

应用内功能的示例代码具有:

onPurchaseStateChange(PurchaseState purchaseState, String itemId,
            int quantity, long purchaseTime, String developerPayload)

它带来了有关应用内购买的信息(ID、金额等)。

我缺少交易中支付的价格。我怎样才能得到它?

The sample code for the in-app feature has:

onPurchaseStateChange(PurchaseState purchaseState, String itemId,
            int quantity, long purchaseTime, String developerPayload)

and it brings information on the in-app purchase that was made (id, how much etc.).

I am missing the price that was paid in the transaction. How do I get it?

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

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

发布评论

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

评论(1

秋心╮凉 2024-12-30 17:05:37

据我所知,目前无法从应用程序内的商品查询价格。
您必须将价格离线存储在您的应用程序或您自己的服务器上。
这尤其令人烦恼,因为价格可能因地区和/或货币而异。

afaik there is currently no way to query the price from an in app item.
you have to store the price offline in your app or on your own server.
this is especially annoying since the price can vary by region and/or currency.

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