Is there a way to determine the actual time and date in iOS (not the time of the device)

前端 未结 3 1343
春和景丽
春和景丽 2021-01-17 13:16

In iOS, I need to know the actual time (UTC), not the time of the device. In other words, it should not be possible for the user to tamper with the time or date.

Any

3条回答
  •  别那么骄傲
    2021-01-17 13:40

    You can't get to the raw GPS data and the timestamp property of the CLLocation in locationManager:didUpdateLocations: is set with the system clock

提交回复
热议问题