Location Services not working in iOS 11

前端 未结 8 565
春和景丽
春和景丽 2020-11-27 14:59

I just rebuilt my app with the iOS 11 SDK in an attempt to remove the blue banner that is now always appearing. I thought - \"Brilliant, that worked\", only to

8条回答
  •  春和景丽
    2020-11-27 15:13

    Better safe than sorry .. In iOS 11 : Add the below and you are good.

    NSLocationWhenInUseUsageDescription
    Description
    
    NSLocationAlwaysAndWhenInUseUsageDescription
    Description
    
    NSLocationAlwaysUsageDescription
    Description
    

提交回复
热议问题