What would be the best way to implement a kill switch to disable an app if it is stolen, or something?
For example, you have a file that the app checks to see if a condition is 0 or 1. If it is 0, it goes as normal. If the file variable is changed to 1, a message appears saying that the app is disabled.
Anyone have experience with something like this?