Hi all, i would like to put some terms and conditions when a new user tries to register to my app. How can i do it?
Hi Gerard,
Hope you're doing well.
Since you are working with mobile, my suggestion is that you use Local Storage to store a flag and use it to control if your app should redirect the user to the Terms and Conditions page or not.
Kind regards,
Rui Barradas
Hi thanks, but what I don’t know is how to implement this terms and conditions into local storage to redirect people which will accept the terms and conditions
Did you see the link that I provided in my previous reply?
It's a course on how to use the Local Storage for a mobile application.