Possible Duplicate:
Getting system time in iPhone
I have an app with a non.-renewable license, I need to obtain the current date-time that must be independent from the current device time. This value will be used to test if the license is expired. I cant' use NSDate since the user can easly change the date-time setting of his device and hack this expiring check.
Is there a way to do that without using internet web service?