如何知道 Android 中的应用已被购买?
我必须在我的应用程序中实现应用程序购买,因此我使用了以下链接
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
购买信息存储在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