Search code examples
androidgoogle-playsubscription

Does having no trial period on your Google playstore subscription still automatically subscribe the user to the subscription?


I am using:

  • Flutter
  • Revenue Cat

I have tried to find out if you have no trial period for a subscription whether the user is still automatically subscribed. I have setup a manual trial expiring mechanism and I don't want users to be automatically subscribed.

Is this possible? Also, if I do add a trial period to the subscription will the user be notified before they are automatically subscribed? For example:

Trial Ending example


Solution

  • If you are using a free trial for your subscription, then after the free trial ends, the user is automatically charged the subscription price (or introductory price if you have set one).

    If you do not have a free trial, then the user is charged straight away for the subscription.

    If you create a manual mechanism, then the users will not be automatically subscribed as they will have to complete the subscription purchase flow.