Currently, I am grabbing the current date by NSDate().timeIntervalSince1970. However, I am concerned that the user will change the date on the phone to mess with my app. So I was wondering which of the two options below is a more suitable fix
- Is there some sort of Apple way to grab the current date from an apple server. 
- Is there a good and reliable API where I can grab current date? 
 
    