Mit iOS 8 hat sich der Zugriff auf den Standort des Benutzers wieder mal geändert, die Berechtigung teilt sich jetzt in ständige Erlaubnis zur Standortabfrage ( NSLocationAlwaysUsageDescription ) und in die Erlaubnis nur bei App-Betrieb ( NSLocationWhenInUseUsageDescription ). Will man den Standort bestimmen, bekommt man folgende Meldung:
Trying to start MapKit location updates without prompting for location authorization.Must call -[CLLocationManager requestWhenInUseAuthorization] or -[CLLocationManager requestAlwaysAuthorization] first.