I want to know can we turn on/off the GPS programmatically in iPhone?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
A simple example:
There is more than this, and you can monitor more or less accuracy, and even use wifi/ cell towers. Please read the example first for best usage. |
||||
|
|
|
Well the GPS will be turned on if you use the The locationmanager will first start by getting the location via triangulation and then turn the GPS to get a more precise fix. |
||||
|
|
|
Previous to iOS 5 the behavior was not consistent for launch of phone setting from third party application, but in iOS5 this is improved. If we are calling startUpdatingLoaction method as below code and if location service is off,the system alert will popup and if we tap setting button,it will navigate to phone setting.
|
|||
|
|