Hi. I use RevenueCat. The user can purchase subscriptions to different products.
Is it possible to create a condition that will check if the user has at least one active subscription and if not return false?
Hi. I use RevenueCat. The user can purchase subscriptions to different products.
Is it possible to create a condition that will check if the user has at least one active subscription and if not return false?
I can imagine a complicated way - when subscribing, add each product to the AppState list (with an expiration date = current date + 30 days) and a custom action to check if there are products in the list that have not expired. But maybe everything can be done more simply?