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
Lock web mobile application after one year for example?
Ask by Lillian Martin
Updated 17 Nov 2014
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,