Working on adding RevenueCat and curious when you're checking if a user has access via a subscription, is it best to always check the API constantly or is it better to just check subscriptions once per session then save their subscription status as an app variable OR even go as fast as create subscription groups in your user table to save their subscription directly on the user table (and update it as needed).
There's a mix of pros and cons for these approaches so curious how people have approached this.
Best practice RevenueCat user groups or API
Best Practices
1
2 replies