Automatic renewable subscription android Version_3

I just started working on Android a few days ago, and I'm doing some RND work in Auto Renewable Subscription .

I studied and found some official links, blog posts, etc. But I did not find a tutorial for Auto Renewable Subscriptions .

The links below are:
1. Implementation Planning in the application
2. Preparation Viewing faxes in the application
3. Easy in App Billing / Payment V3

I found the In-app Billing tutorial and integrated it into my code ... but I did not find any information related to the Auto-renewable subscription .

I just want to know the following things:
1. Perhaps an automatic subscription to Android.
2. If yes, then how to implement the auto-subscription service.

Please let me know your views. Thank..!!!

+3
source share
1 answer

1) Yes, auto-subscription is possible in android
2) You can refer to this project for more details
Google sample application example https://play.google.com/store/apps/details?id=net.iboxmanstudio.trivialdrive&hl= en

Try the TrivialDrive trial project .

+2
source

All Articles