I'm using DateTime to get device date and time information but I need to ensure device date/time is synchronized with network date/time, and if not, tell user to sync it before use the app. How can I do that for android and ios?
Is there any kind of device enviroment property where I can obtain that info or should I have to compare it to a server date/time with same timezone?