Is it possible to check on the client-side if a user has an active free-trial?
Under the settings page in our app, we want to display a button that says ‘Cancel free trial’ that helps the user with their subscription management.
I would like to only display this button to users who have an active free-trial, not to regular users or paying users who are not in the free-trial stage.
Is there a RevenueCat option that I am missing? Or would I have to hack something together to make this work?
Thanks <3
Solved
Can I check if the user is currently in the free-trial stage?
+1
Best answer by Andy
Happy to help! In flutter, the property is called `periodType`, on the class `EntitlementInfo`.
Here are the docs for it.
Hope this helps!
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.