I wonder if anyone can help, I’d like to license my apps in the following way:
-
Let the user download the jar of the game without any restrictions (apart from anything else, to confirm it deploys on their handset).
-
When the game/app starts it requests a registration code.
-
The user can buy this code from the website by entering their cell number (or ESN, or IMEI, or similar) which will generate a code specific for their handset.
-
Entering this code unlocks the game.
This would allow me to distribute the jars however I like (let the user install them without having to SMS or WAP it on).
However, I can’t find a device independant way of retrieve the cell number/ESN/IMEI. Is there a libarary existing that wraps this up?
Thanks for any comments,
Kev