Is there a way I can check the date that my application was installed on a users phone? I'm thinking for demo expiration purposes here. Thanks!
Is there a way I can check the date that my application was installed on a users phone? I'm thinking for demo expiration purposes here. Thanks!
Hi!
You can store the date of the first startup in the rms.
If you have control over the jad file on the server, you can put the download date as a parameter in the jad file (jad file dynamically created by php script,...).
McMc