What is the most reliable way of getting the current date from an online server in a format you can use easily in ios?
[edit]
Maybe I should explain why I don't wish to use for instance:
It's simply because I don't intend to allow the user to manipulate that value by changing the date on his/hers device.
Perhaps it's possible to force the NSDate to be fetched online instead of from the system date?
[edit]
Maybe I should explain why I don't wish to use for instance:
Code:
NSDate *today1 = [NSDate date];
Perhaps it's possible to force the NSDate to be fetched online instead of from the system date?
Last edited: