如何知道 Android 中的应用已被购买?

发布于 2024-12-06 04:39:08 字数 445 浏览 0 评论 0原文

我必须在我的应用程序中实现应用程序购买,因此我使用了以下链接

http: //developer.android.com/guide/market/billing/billing_integrate.html

几乎一切都正常。但我怀疑在购买应用程序之前如何知道是否为特定设备购买了应用程序内产品

因为我的要求是显示要购买的应用内产品

如果特定设备已购买我的应用内产品,则无需显示我的应用内产品

在购买应用内商品之前,我如何知道应用是否已被购买?

I have to implement in app purchase in my application, so I used below link

http://developer.android.com/guide/market/billing/billing_integrate.html

Almost everything is working. But I have doubt that is how to know if in app product was purchased or not for particular device before purchase the app.

Because of my requirement is to show my in app product to purchase.

If particular device already purchased my in app product there is no need to show my in app product.

How can I know app is purchased or not before purchase the in app product?

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

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

发布评论

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

评论(1

远昼 2024-12-13 04:39:08

购买信息存储在PurchaseDatabase 类中。从这个课程中,我正在检查应用程序是否已购买。

有关详细信息,请参阅此链接

http://developer.android。 com/guide/market/billing/billing_integrate.html#billing-implement

The purchase information is stored in PurchaseDatabase class. From this class I am checking whether application was purchased or not.

For more information see this link

http://developer.android.com/guide/market/billing/billing_integrate.html#billing-implement

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