Hi, I’m an app developer and I would like to suggest that there is an API that allows me to check if the user has set their date and time setting to automatic. That setting should be accessible as a read only value.
This would allow several apps to operate offline as there is no longer a need to check the internet for an accurate time to prevent users from skipping time ahead.
I have implemented this check on my app on Android and it has been very well received as it is able to operate offline again. It would be a huge plus to be able to make my app offline compatible again.
I would like to suggest
The best way to get that suggestion to the folks who have the power to enact change is to file an enhancement request. Please post your bug number, just for the record.
What you’re really looking for here is a secure timestamps, that is, to get the current time in a way that’s independent of user actions. This question has come up numerous times here on DevForums. You can find my latest answer here. It doesn’t solve the problem completely, but it handles the most common cases.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"