I have made an application which I want to publish on Google Play and want to set monthly subscription plan for this app. For example first month I will give app as trail for one month and after that every month I will charge $1 to use my application service. I have studied about Android In App Subscription API but not able to understand the whole concept. Now my question are?
- How to handle the trial of application.
- How to make payment when trail is over?
- Hoe to handle the subscriptions?
What possible changes I have to make in my current application. Please assist me. Thanks.