Is it possible that a subscription to android in the application

I have found https://stackoverflow.com/a/1682462/..but I am not sure if it answers my question.

I want my application to be found on the market, but I also want users to use the in-app purchase with a monthly description.

I found this: Android subscriptions and royalties

So, if I use MoVend, I can not distribute it in the Android market? Are there any solutions for this, so I can distribute it on the Android market and use the monthly subscription in the application?

Thank you in advance

+4
source share
2 answers

You do not have to sign up every month, because if Google catches you (what they will do), your application will be permanently deleted and it’s not allowed to be flagged.

Add Subscriptions and Recurring Payments

With subscriptions, you can add products that charge for content or services on a regular basis. You can offer multiple subscribers in the same application.

To add recurring payments and a subscription to your apps, you'll need to use the Google Play In-app billing API.

A source

+2
source

Yes, you can:

You can charge users on a monthly, seasonal (defined start and end dates), or annual basis for content or services. 

Link: Add Subscriptions and Periodic Charges

+3
source

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


All Articles