In-app purchase and subscriptions in android apps

2020-07-24 03:52发布

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

4条回答
迷人小祖宗
2楼-- · 2020-07-24 04:00
干净又极端
3楼-- · 2020-07-24 04:01

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

查看更多
聊天终结者
4楼-- · 2020-07-24 04:19

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.

查看更多
孤傲高冷的网名
5楼-- · 2020-07-24 04:20

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

查看更多
登录 后发表回答