We have an app with different auto renewable subscriptions, where let's say subscriptions 1 to 20 give a certain functionality related to a state and subscription 21 give access to the complete USA All subscriptions are annual When we have a user with a subscription for a state (1 to 20) who wants to upgrade to complete USA, we now offer the USA subscripton as a new one which works great but i want to automatically stop the autorenewal for the already existing state subscription for this user since he no longer needs them how can we do this?
Programmatically stop auto renewable subscription
Add a Comment