hamed mostafaye
Member
If I have an offline application whose license is time-based, for example, it will run for the user only for one month and after one month it will give a notice to purchase a subscription.
Let's assume that the method is to use the UNIX_timestamp of now and the UNIX_timestamp of one month later, how can I make sure that the user has not set the system clock back?
Let's assume that the method is to use the UNIX_timestamp of now and the UNIX_timestamp of one month later, how can I make sure that the user has not set the system clock back?