Android Question GPS Ready Question

iCAB

Well-Known Member
Licensed User
Longtime User
Hi All

Our application, requires the usage of GPS coordinates during the login process.
When in doors ( in many places ), there is no GPS fix.. which is understandable.

So when the user attempts to login, we are facing an issue as there is no fix.

The interesting thing is this:
if I open Google maps, or one of our application that uses google maps, or even something like Uber, they all show the exact location.

In the beginning I though that the issue was with the GPS library (read below). but then I noticed that the tablet is still searching for GPS.

If they are getting the GPS location, it means somehow it is accessible, and if so, how can we get the same fix these applications are getting.
 
Top