I'm working on creating a 30 day free trial of my Air app.
When the 30 day trial begins the current date is stored in the local encrypted database. Then the date is checked against the current date if the difference is 30 days or more the application denies access and the users is prompted to purchase a license.
It seemed I had have everything working fine but I just ran into a problem.
I changed the date on my machine which made my Air app think this was the current date, allowing the 30 day trail to still be active.
I'm wondering what the workaround might be to fix this? Is it possible for Air to get the current date not based on the computers set date?