0

I want to upload an app on google play. I want to implement time validity of app subscription is one year.

Once user pay for one year then user can use that app for an year. After one year automatically the app stop working and user need to buy it again from google play.

How can i achieve this.

1 Answers1

1

You need to take a look at Google Play Billing API.

Since version 3 they support subscription billing which is what you are looking for.

http://developer.android.com/google/play/billing/billing_subscriptions.html

hyarion
  • 2,251
  • 2
  • 17
  • 28
  • I need to set on google play developer console for this only right?. Is it something i need to do in my code to achieve this. –  Apr 08 '13 at 15:57