In my iOS app, I am using [NSDate date]
to get the users' current datetime. This is an important element of the app but it seems that the users can change this value by manually change the time on their devices to something else. This small 'hack' ruins the idea of the app, and I am looking for a way to avoid this.
Any suggestions?