1,网络
Information Property List,
App Transport Security Settings,
Allow Arbitrary Loads : Yes
因为苹果官方
用的是https协议,
现在我们用的是http协议。
要降低安全性,就要手动调节。
2, 定位
.plist,
NSLocation
NSLocationWhenInUseUsageDescription , 调Bool ,改为Yes;
NSLoticationAlwaysUsageDespription , 调Bool ,改为Yes.
定位声明
先引用,
再 使用 协议。
import CoreLocation
CLLocationManagerDelegate