All,
I want to release an app that has all the features of the paid app, but is like a 7 day demo. What is the best way to execute doing this. I originally thought to track the trial period under shared preferences, but this could be worked around by uninstalling and re-installing the app. I thought about writing a file the phone's sd card, but again this could be worked around. Any suggestions would be great.
I saw a few responses below about using a webserver, which is what I was leaning towards. I was thinking a MySQL database and have the phone register oncreate() with UUID and date. Would someone be able to give me some help on how to do the following two things:
1) Handle the bug where UUID were the same for certain handsets. 2) How do I transfer data to MySQL database with android/java.
Thanks