now I"m doing app optimization, and I don"t think it"s necessary for iOS app to get server time.
-sharppragma mark --
- (void)getServerTime
{
[APIManager server_timeWithSuccess:^(id result, NSString *message) {
ask the iOS client, is it necessary to get the server time, what about Android?
After searchingon the Internet, I don"t quite understand thatthe real time is a time that can accurately express the present time, and this time must come from a reliable place. Local time may be unreliable because users may modify it and network time will be delayed. Even watches have errors.
the product unexpectedly suggested that you boot up to get a server time, and then get a timer to Synchronize,
feel that the brain of the product is not too big. How to break
?