How to create trail version for user?

Hi everyone,

I want to make a trial Access 2 days in my app for users after 2 days it should show like trial period expire.

What is block for that if anyone have idea or blocks please share😊.

Thanks

When the app starts the first time, use a stored variable to record the time when the app was first opened. Then check to see what the value of the stored variable is, and use that to decide if the app functions.

Be sure to check if your stored variable is null before doing any comparisons with it. :slight_smile:

I suspect this approach can be defeated by uninstalling and reinstalling the app. If you need to prevent that, you might consider having the user register (check out the sign-in module) and record when they first used the app in firebase.

5 Likes

Hi @catsarisky

Thanks for your support its worked.:blush::pray: