Reset Trail eligibility of users for a subscription

As per Apple documentations, It is clear that a user can take the introductory price(free trial) only once for an auto-renewal subscription (only once in a subscription group as well).


What if, as a business user, we want to allow our users to take the free trial again, say after an update in app or after we added few extra features and want users to test it out.


Please let me know if it is possible to reset free trial for all users of a subscription. Or is it possible for users to take free-trial more than once

Post not yet marked as solved Up vote post of yogkaush Down vote post of yogkaush
2.4k views

Replies

You can create a new productIdentifier describing a subscription essentially identical to the original and offer that new subscription to users.

Offer your new subscription to users that includes generating a new/unique productIdentifier using a description that efforts to mimic the original.


Keep this from the docs in mind: "Make sure users know that once the free trial is over a payment will be automatically initiated for the next subscription duration, and that they can cancel at any time."