I've read this tutorial and this question, but when i use NSDate()
or CFAbsoluteTimeGetCurrent()
it is easy to trigger by the user setting the clock forward.
If i use CACurrentMediaTime()
, the countdown seems not accurate at long time (1 hour or more).
How can I check the passed time correctly? I must check the time in a server? How?
Thanks