Is there any way to detect when user change the phone timezone, or when it changes automatically at background fetch?! I need to reschedule all my local notifications when the phone timezone changes.
Is there any way to detect when user change the phone timezone, or when it changes automatically at background fetch?! I need to reschedule all my local notifications when the phone timezone changes.
I think this can help you
optional func applicationSignificantTimeChange(_ application: UIApplication)