Reputation: 715
I have got a problem where I need to find the actual datetime even if user changes the datetime of device intentionally without hitting any service. I know this is possible as Candy Crash game does this. Any help will be hightly appreciated
Upvotes: 0
Views: 78
Reputation: 947
You should get the time from another public service or website, because DateTime.Now get that time that is set in a local computer or phone.
Upvotes: 3