Let’s assume I change my Terms of Service.
At app start, I prompt each user to accept the new terms. Users who reject the new terms shall be denied access to the app.
How do I handle users with a paid auto-renewing subscription?
Is there a way to cancel this subscription? Or prevent auto-renewal?
It seems illegal to deny access to my app, but continue to charge them.
Not sure if it’s relevant for this question, but I use react native.