4

I found Another StackOverflow answer, but i'm not sure if it answers my question.

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

I found this:Android Subscriptions and license fees

So if i use MoVend, i can't distribute it on Android market? Are there any solutions to this, so i can distribute it on the Android market AND use in-app monthly subscription?

Thanks in advance

Community
  • 1
  • 1
Ikky
  • 2,826
  • 14
  • 47
  • 68

2 Answers2

3

Yes you can:

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

Reference: Add subscriptions & recurring charges

Shajeel Afzal
  • 5,913
  • 6
  • 43
  • 70
2

You should not make a monthly subscription, because if google catches you (which they will), your application will be permanently removed and banned from marked.

Add subscriptions & recurring charges

With subscriptions, you can add products that charge users for content or services on a recurring basis. You can offer multiple subscriptions within the same app.

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

Source

CrandellWS
  • 2,708
  • 5
  • 49
  • 111
Jan Dragsbaek
  • 8,078
  • 2
  • 26
  • 46