Hi All
I have an app that I want to put on the play store, I want to implement a subscription model for payment.
I am a little confused and find conflicting information online on how the subscription actually works.
So the plan is, subs model with a free trial, I want the trial to be with all features, after the trial I want to limited features without a subscription, all features with.
So once I setup BillingManager3, and call GetOwnedProducts I can tell is they have a valid subscription, and would limit the features in the app if not.
The problem I have, is from info online, it says that once the trial has ended the user will no longer be able to use the app, google with stop them, so does this mean that they cannot start the app ? or would it start and I could test for a valid subscription ?
Thanks in Advance
Potman100
I have an app that I want to put on the play store, I want to implement a subscription model for payment.
I am a little confused and find conflicting information online on how the subscription actually works.
So the plan is, subs model with a free trial, I want the trial to be with all features, after the trial I want to limited features without a subscription, all features with.
So once I setup BillingManager3, and call GetOwnedProducts I can tell is they have a valid subscription, and would limit the features in the app if not.
The problem I have, is from info online, it says that once the trial has ended the user will no longer be able to use the app, google with stop them, so does this mean that they cannot start the app ? or would it start and I could test for a valid subscription ?
Thanks in Advance
Potman100