Implementing a 30 day time trial
Posted
by svintus
on Stack Overflow
See other posts from Stack Overflow
or by svintus
Published on 2010-01-07T14:54:01Z
Indexed on
2010/05/02
16:37 UTC
Read the original article
Hit count: 127
Question for indie Mac developers out there:
How do I implement a 30-day time trial in a non-evil fashion? Putting a counter in the prefs is not an option, since wiping prefs once a month is not a problem for an average user. Putting the counter in a hidden file somewhere sounds a bit dodgy - as a user I hate when apps sprinkle my hard drive with random files. Any ideas?
© Stack Overflow or respective owner