How to implement Android In App Subscription API for monthly subscription of my application?

浪子不回头ぞ 提交于 2019-12-24 00:39:15

问题


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?

  1. How to handle the trial of application.
  2. How to make payment when trail is over?
  3. Hoe to handle the subscriptions?

What possible changes I have to make in my current application. Please assist me. Thanks.

来源:https://stackoverflow.com/questions/18170460/how-to-implement-android-in-app-subscription-api-for-monthly-subscription-of-my

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!