Hey,
I’m building an iOS app and want to use RevenueCat for subscriptions, only IOS no other platforms. Here’s an examples:
1. Basic Plan: $10/month for 50 image generations (resets every month).
2. Premium Plan: $20/month for 100 image generations (also resets monthly).
No tokens or consumable purchases, just max usage included in the subscription.
Would appreciate help with these Q:
1. Does Apple allow this kind of subscription with Max usage limits, or should we use a subscription plus consumable tokens for this scenario? I prefer to not use the consumable tokens.
2. Can RevenueCat handle tracking and resetting these usage limits monthly? OR do I need to manage this on my backend, or can RevenueCat do it?
3. Any advice on setting this up?
Thanks