How do I ensure that my mobile application runs only on the mobile of the user who bought my app?
Thanks.
How do I ensure that my mobile application runs only on the mobile of the user who bought my app?
Thanks.
An idea:
Create a "Provide a passkey to register/unlock application"-functionality.
Ask the user for his phones IMEI number, at the same time as you charge him for the application
Encode his passkey with the IMEI number.
Each time the application starts, make sure the application runs with a key, compatible with the current phones IMEI number.
The task is no different from protecting an application on any other platform. The solutions are: