Android 应用程序中的应用内购买和订阅
我们可以在 Android 应用程序中提供应用内购买和订阅选项吗?如果是的话,我们该如何实施呢?
Can we have in-app purchase and subscription options in android apps? If yes, how do we implement it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
现在支持应用内计费订阅。
http://developer.android.com/guide/market/billing/billing_subscriptions.html
Subscriptions are now supported with in-app billing.
http://developer.android.com/guide/market/billing/billing_subscriptions.html
尝试 MoVend:https://movend.com/。它提供不同的购买选项,如贝宝、应用内计费等。
Try MoVend:https://movend.com/. It provides different purchase options like paypal, in-app billing, etc.
它在 Android 上称为应用内结算:
http://developer.android.com /guide/market/billing/billing_overview.html
如果您使用此系统,我认为它不支持订阅模式。
It's called In-App Billing on Android:
http://developer.android.com/guide/market/billing/billing_overview.html
I don't believe it supports a subscription model if you use this system.
Bachbill 支持 Android 的应用内计费。我们使用 Tic-tac-to 作为示例来实现它,代码和更多信息可以在此链接中找到:
http://wiki.bachbill.com/confluence/display/devreference/Android+example+3.+Adding+In-app-purchase+to+the+Tic-tac-toe+game
Bachbill supports in-app billing for Android. We implemented it using Tic-tac-to as an example and the code and more information are available in this link:
http://wiki.bachbill.com/confluence/display/devreference/Android+example+3.+Adding+In-app-purchase+to+the+Tic-tac-toe+game