In an iOS app, is there any method to get notified either user changed the date or time setting.
Actually in an app we want to know the time difference between the two app sessions. It can be done by saving the time when user closed the app and when user restart again. But what if user change the time setting in between. Can we get noticed at the starting of the game whether user changed the time/date setting.
Any suggestions would be of great help.