问题
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