I have web application for mobile and I need to lock the app after one year from using it for each customer, how I do that ? thanks
you can do that by :
set date variable in code.
compare it with the date in a customer device if less than one year
lock app
BR,