Hi guys,
we are building our app in Flutterflow.
i have created 3 different subscriptions in Google Play (and AppstoreConnect), let´s call them “Bronze”, “Silver” and “Gold”.
Each subscription gives you access to more movies you can watch each month.
Now when a (bronze) user reaches his limit for movies in this month and he wants to upgrade to a higher subscripion (e.g. silver), we have multiple subscriptions running.
As i have read in AppStore we can work with subscription groups what means that when the user chooses another subscription, he automatically cancels the current one.
Unfortunately this doesn´t work for us in PlayStore and so we have two subscriptions running at the same time.
Do you have any solution for this problem?