Skip to main content
Question

Usage-limited entitlement

  • September 23, 2023
  • 2 replies
  • 77 views

Forum|alt.badge.img+3

How would one go about structuring entitlements in a scenario where a “Premium subscription” will grant access to 10 cake recipes per week. However, if you’d like to get more cake recipes after hitting the limit, you’ll need to make a one-time payment.

This post has been closed for comments

Forum|alt.badge.img+3

One possible idea would be to track usages manually on our own backend, and then when usages are used, make a one-time payment to unlock more usages.


Forum|alt.badge.img+8
  • RevenueCat Staff
  • September 27, 2023

Hi, your suggestion would work, but one way to do this using RevenueCat would be to store these usages as a subscriber attribute, like ‘cake_recipes_unlocked’ set at 0, then for each purchase you would increment this value by 1 until it hits 10, where you would then display the popup for them to make a one-time payment to unlock more usages. Then you would reset this subscriber attribute to 0 each week.


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings