Guys-
Is the gps on by default? if we are creating an app that interacts with the gps, is the gps always on or how do we make sure its always ON automatically??
Guys-
Is the gps on by default? if we are creating an app that interacts with the gps, is the gps always on or how do we make sure its always ON automatically??
Many TIA
define "ON"... In other words, when your app loads and you want to use the GPS, you need to request permission from the user using something like this
Wow, thanks.
generically, trying to figure out if I can auto launch an app to run that uses gps all the time, one that people can not turn off or disable without a password.
Wow, thanks.
generically, trying to figure out if I can auto launch an app to run that uses gps all the time, one that people can not turn off or disable without a password.
That would be a negative. When it comes to permissions and such, your app is 'the intruder' and only it is subject to limitations on the locationManager. If the user wants to turn it off, all they need to do is press the home button and close your app.