In android market is there a subscription facility?

落爺英雄遲暮 提交于 2019-12-06 09:21:28

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.

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.

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

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