Location Services not working in iOS 8

前端 未结 26 2496
滥情空心
滥情空心 2020-11-21 10:23

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

26条回答
  •  我在风中等你
    2020-11-21 10:44

    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.

提交回复
热议问题