Hello everyone :)
I made an app, which does not have a login or sign up. I have free content and others that require a premium subscription. I created a page to subscribe, I installed revenuecat and in the āPurchaseā I put that in case of purchase it puts a boolean in appstate āUserPremiumā on TRUE.
Suddenly the app opens all the content. So far everything is fine, but I was wondering if the user stops his subscription, since I created an appstate he will always have premium access⦠Do I need to put a function that checks his subscription? how would you proceed and with which function? I can't find the good functiun in revenuecat or flutterflow docs.
You check every month if it's monthly based ? or maybe i should not use an appstate to make this ?
thank you very much for your help š
Valentin