I want to make a trial version, where the application functionality
works a limited amount of times. The consumer will then be given the
option to buy the complete version on Android market. How can I
implement that?

I could write some info to the sdcard after each start of the app and
then read that info on the next start or reinstallation of the app.
But would that work? This thread

http://groups.google.com/group/android-developers/browse_thread/thread/542d3df1ec09d28b/d6879e714e9078a1?lnk=gst&q=trial+version#d6879e714e9078a1
:

says that there's no 100% sure way to keep someone from reusing a
trial version. That seems strange. It is possible to make a
functionable trial version in J2ME with the RecordStore class. Why
shouldn't this
be possible in Android?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to