I am developing a mobile application where user can make request of goods and services.Here,I am trying to get the accurate date & time of requests when user does submission.I want to know which is the best way to acquire date and time from mobile among following:
- GPS
- NETWORK PROVIDER
- DEVICE TIME AND DATE.
There is some scenario, which need to avoid. -> What if user set another date and time, instead of correct one. -> What if Network is not available.
please lemme know so that I can start working on this.Thank you in advance.