this is my locationManager init method:
func initLocationManager() { seenError = false locationFixAchieved = false locationManager =
As of iOS 8 requestAlwaysAuthorization is ignored if you do not provide a string for NSLocationAlwaysUsageDescription in your Info.plist.
requestAlwaysAuthorization
NSLocationAlwaysUsageDescription
Link to documentation