This is the scenario:
I'm writing a medical related program, that would be use while with no connection. When some action act, the program would write the time to CoreData record.
That's the problem, if their device set the time to a diff time like earlier than the real time. That would be a big problem coz it's for medical usage.
- So, how can i get the "real" time even if there is no connection?
- Or, is it possible to disallow user changing the device time using something like restrictions or DeviceProfile?