Purchase and subscribe to apps in Android apps

Can we be able to purchase and subscribe to the app in Android apps? If so, how do we implement it?

+2
source share
4 answers

Try MoVend: https://movend.com/ . It provides various purchase options such as paypal, in-app billing, etc.

+6
source

Subscriptions are now supported through in-app billing.

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

+7
source

He called In-App Billing on Android:

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

I do not believe that it supports the subscription model if you use this system.

+4
source

Bachbill supports billing in the Android app. We implemented it using Tic-tac-to as an example, and the code and additional information are available at this link: http://wiki.bachbill.com/confluence/display/devreference/Android+example+3.+Adding+In -app-purchase + to + the + Tic-tac-toe + game

0
source

Source: https://habr.com/ru/post/1382462/


All Articles