安卓市场有订阅功能吗?
目前我正在开发一个杂志阅读器应用程序。在我的应用程序中,我想提供订阅设施,用户可以按月订阅。我怀疑 Android 市场是否有订阅功能。我浏览了谷歌文档。我喜欢现在它不可用。但我仍然有疑问,还有点困惑。谁能告诉我这件事吗?任何帮助将不胜感激。我真的很想澄清这一点,以便进一步开展行动。
Currently I Am developing an magazine reader app. In my app I want to provide the Subscription facility where user can have monthly subscriptions. I am having a doubt that is there a subscription facility in android market. I went through the Google docs.I fond that now its not available. But still I am having a doubt and little bit confused. Can any one tell me about this. Any help will be appreciated.I really want to clarify this for the further movement.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
是的,有一个 API 可以方便订阅。它被称为应用内结算,它是最难使用的之一我遇到过的支付API。
Yes, there is an API that facilitates subscription. It's called In-app Billing and it's one of the most difficult to use payment APIs I ever encountered.
最近宣布了基于订阅的支付模式,正如 Bill The Ape 所说,它相当难以使用和理解。
一些有用的链接:
您可以试用示例应用程序,并重复使用您自己的应用程序的位。如果您这样做,请务必阅读此内容,以便应用程序安全。
The subscription based payment model was recently announced, and as Bill The Ape has said, it is quite difficult to use and understand.
Some useful links:
You can play around with the sample application, and re-use bits for your own app. If you do, make sure you read this so that the app is secure.
您要查找的是:
https://developer.android.com /guide/google/play/billing/billing_subscriptions.html
我实际上不同意 Bill The Ape 的观点。文档和示例代码非常不错。 Google 有一个演示订阅的示例应用程序。唯一的问题是测试订阅,这方面的支持很少
What you're looking for is:
https://developer.android.com/guide/google/play/billing/billing_subscriptions.html
I actually disagree with Bill The Ape. The documentation and sample code is pretty decent. Google has a sample application that demonstrates subscriptions. The only issue is testing subscriptions, that's where there's very little support