Hi I have made a software which now I have to send to a colleague of mine. However I need to add an expiry so that the software stops running after 10 hours of total use. I don't know how to begin to go about this challenge.
Can you direct me to some documentation which can guide me in this regard.
UPDATE
I now have coded so that the application records total amount of time the application is running. But how do I save the value and update it for the next time the application runs The value should be saved even after the system reboots. And it should not even be accessible to the user to tamper with.