标签:技术分享 http lis cal 配置 list request 分享 images
CLLocationManager 8.0方法
locationManager.requestWhenInUseAuthorization()
locationManager.requestAlwaysAuthorization()
9.0方法
locationManager.allowsBackgroundLocationUpdates = true
locationManager.pausesLocationUpdatesAutomatically = false
此方法不关闭20分钟后自动关闭定位
配置权限
info.plist文件配置
标签:技术分享 http lis cal 配置 list request 分享 images
原文地址:http://www.cnblogs.com/fanxinguu/p/6003272.html