CLLocation Manager in Swift to get Location of User

后端 未结 13 2070
不知归路
不知归路 2020-11-27 04:48

I am trying to convert an old app in ObjC to Swift as a practice exercise and have ran in to some issues. The way I had it in the old app, it was establishing the CLLocatio

13条回答
  •  温柔的废话
    2020-11-27 05:34

    Add bellow 2 property in info.plist

    NSLocationWhenInUseUsageDescription : Location information is used for fraud prevention
    
    Privacy - Location Usage Description : Location information is used for fraud prevention
    

提交回复
热议问题