In-app purchase and subscriptions in android apps

喜夏-厌秋 提交于 2020-01-01 16:45:13

问题


Can we have in-app purchase and subscription options in android apps? If yes, how do we implement it?


回答1:


Try MoVend:https://movend.com/. It provides different purchase options like paypal, in-app billing, etc.




回答2:


Subscriptions are now supported with in-app billing.

http://developer.android.com/guide/market/billing/billing_subscriptions.html




回答3:


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.




回答4:


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



来源:https://stackoverflow.com/questions/5759096/in-app-purchase-and-subscriptions-in-android-apps

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