My app that worked fine on iOS 7 doesn\'t work with the iOS 8 SDK.
CLLocationManager doesn\'t return a location, and I don\'t see my app under
CLLocationManager
To Access User Location in iOS 8 you will have to add,
NSLocationAlwaysUsageDescription in the Info.plist
This will ask the user for the permission to get their current location.