Can we have in-app purchase and subscription options in android apps? If yes, how do we implement it?
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
- Android OverlayItem.setMarker(): Change the marker
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