To get the device settings time change notification, i found that we have to use UIApplication.significantTimeChangeNotification
notification and func applicationSignificantTimeChange(_ application: UIApplication)
delegate method.
But in my case even though if app in background or in killed state, then i have to show local notification to the user saying that device time is changed. Is it possible, Please let me know if we have any solution for this.