I made application now i want to add license key to app. how to add license key for blackberry application? when application starts first time on a device - it should ask for the license key & after 30 days it should not open application... any body know how to do licenseing to app?
|
closed as not a real question by Tim Post♦ Apr 11 '12 at 8:26
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Do the following. When your application starts it check persistent memory for a saved timestamp variable, if there is no timestamp present in persistent store, save the current date/time to persistent store as date/time of the first application use. When your application is running it checks for time difference, between current date/time and saved "first run" date/time. If time difference is bigger than trial period, then ask for a license code. Upon generating/checking license codes use device pin number to bind license code to a particular device. Implement a server script that gets device pin number and generates license code. This server script will be used to send license code to BB AppWorld when a user purchases your application. User enters license code and application checks this license code using device pin number. That's it. If someone will download the application and will use license key for another device, then verification stage on the device won't pass. Another device pin number needs another license code. |
|||||||
|