Hi @Joshua!
The app stores do not allow developers to change a subscription on behalf of a customer, only the customer can change their subscription.
iOS will handle this logic for you, while there is some logic you will have to implement for Android. More information about upgrades/downgrades/crossgrades in this community post:
Since the product is only available to select customers, you can override the specific customer’s current offering through RevenueCat’s REST API so they can see the product in the paywall.
Since the product is only available to select customers, you can override the specific customer’s current offering through RevenueCat’s REST API so they can see the product in the paywall.
Hi,
Lets say we have
Customer Group A
Product A is $10 per month
Customer Group B
Product B is $15 per month
And then I wanted add another product:
Customer Group A
Product A is $10 per month
Product A1 is $8 per month
Customer Group B
Product B is $15 per month
What’s to stop all customers in Group B seeing the products available to Group A in the Subscriptions tab of the App Store? Right now all these products are in the same Subscription Group, even though they are offered to different customer groups in the app?
Basically, we want to introduce a new lower price product for a certain group of customers. We can filter the right products for them in the app, but that doesn’t stop a any user seeing this product in the App Store?