Skip to main content

Our app has a recurring subscription, that users need to pay in order to use it. We would like to offer something like a group subscription - if a company approaches us and want to buy 10 subscriptions for their employees we would like to offer them a discount. We could get a list of users from them, we could send them codes, the way how do we exactly do it its not that important to us.

 

Is it even possible to do something like this with app and play store? If yes, how can I enable it via revenue cat

Hi, with subscriptions like this sometimes developers will use a one-to-many approach where they have the employer buy a subscription for all of their employees rather than individual subscriptions for each one. If you are looking to do something like that, where you could have one subscription count for ten seats, another for twenty seats, etc, then see our guide for team-based subscriptions here:

If you are doing something like that, then you could discount those subscription products either via offer codes from Apple/Google, see our docs here and here. Or you can create products at a lower price that you put in a separate RevenueCat offering and then can override the employer’s offering, see our docs here.