iOS 8 Map Kit Obj-C Cannot Get Users Location
问题 I am working with Map Kit in iOS 8 using Obj-C NOT SWIFT. I cannot get the device location it is set a 0.00, 0.00 and I am getting the error: Trying to start MapKit location updates without prompting for location authorization. Must call -[CLLocationManager requestWhenInUseAuthorization] or -[CLLocationManager requestAlwaysAuthorization] first. I have implemented: ( I have tried only one at a time and no luck ) if(IS_OS_8_OR_LATER) { [self.locationManager requestWhenInUseAuthorization]; [self