I'm making a new app for mobile platforms that uses GPS to track the user position and I need to trust that the location.
So how can I make my mobile app trust the GPS location received? Nowadays it's easy to fake it with apps. The only solution I've found was to test if there was a mock on the GPS, but even that can be easily bypassed.
I'm building the app with Cordova.