In-app purchase and subscriptions in android apps
Can we have in-app purchase and subscription options in andr开发者_如何学编程oid apps? If yes, how do we implement it?
Subscriptions are now supported with in-app billing.
http://developer.android.com/guide/market/billing/billing_subscriptions.html
Try MoVend:https://movend.com/. It provides different purchase options like paypal, in-app billing, etc.
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 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
精彩评论