Is there a way to check if the device settings for \"date and time\" is set to automatic or not in Swift?
And if there is, is there possible to make the User to switch to th
You can use this tool https://github.com/instacart/TrueTime.swift to get a synchronized time.
If you really want to ask the user, then you can compare the synchronized date to current date Date().
If the date is very different then you can ask the user to check settings.