In android market is there a subscription facility?

故事扮演 提交于 2019-12-07 22:54:57

问题


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.


回答1:


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.




回答2:


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:

  • In-app billing overview
  • Implementing in-app billing with a tutorial
  • Implementing subscriptions

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.




回答3:


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



来源:https://stackoverflow.com/questions/9410550/in-android-market-is-there-a-subscription-facility

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!