Reputation: 2059
How can I check whether GPS is enabled or not on the iPhone?
Upvotes: 9
Views: 10576
Reputation: 820
[CLLocationManager locationServicesEnabled]
Returns a Boolean value indicating whether location services are enabled on the device.
Upvotes: 27