HEllo! How I detect when the GPS is disabled so I can tell the user to enable it? [import]uid: 142895 topic_id: 32009 reply_id: 332009[/import]
what worked for me was to wait a period of time to get a gps lock (apples tend to do this quicker than androids) - show the user the spinner…
If it comes back with 0,0 (and you will not have users standing on the prime meridian in grenwich england) - something would be amiss.
You can then pop up a warning that you couldnt get a gps lock, and suggest they make sure it is enabled. [import]uid: 9070 topic_id: 32009 reply_id: 127608[/import]
what worked for me was to wait a period of time to get a gps lock (apples tend to do this quicker than androids) - show the user the spinner…
If it comes back with 0,0 (and you will not have users standing on the prime meridian in grenwich england) - something would be amiss.
You can then pop up a warning that you couldnt get a gps lock, and suggest they make sure it is enabled. [import]uid: 9070 topic_id: 32009 reply_id: 127608[/import]