I was just reading that this delegate has only been added in iOS 4.2
[CLLocationManagerDelegate locationManager:didChangeAuthorizationStatus:]
Turn out having that method crashed devices with older iOS version.
What would be the equivalent of that method in iOS 4.1 for example?
Thank you,
Tee
In earlier versions, you the
locationManager:didFailWithError:delegate method will be called with error sayingkCLErrorDenied