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
In order to access the users location in iOS. You need to add two keys
NSLocationWhenInUseUsageDescription
NSLocationAlwaysUsageDescription
into the Info.plist file.
NSLocationWhenInUseUsageDescription
Because I want to know where you are!
NSLocationAlwaysUsageDescription
Want to know where you are!
See this below image.