Hi everyone,
I am developing an app for a client and my situation is the following:
The app is already live and offers a standard auto-renewable subscription with no introductory price. (The UI of the app acts accordingly, so there is no mention of a trial period, which is the type of offer I need to include).
I want to add a trial period of one week, if possible, to the existing subscription. Is that possible? I am adjusting the UI of the app to reflect that trial and will also check if the user is elegible for a free trial in the new version of the app, but if I use the same subscription group, the users who don't update the app will have access to the subcription that offers a trial without the matching UI.
Is this ok or should I create a new subscription for the new version of the app and leave the old one as it is now?
I would like to avoid creating a new one because it would mean that when I check if the user has access to the content I am offering, I should check if the user has one of two subscriptions. Also, it wouldn't make much sense in my opinion because the product I am selling is the same, I am just offering the trial now.
Thanks in advance!!