后台持续定位CLLocationManager详解

Posted 繁星ll

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了后台持续定位CLLocationManager详解相关的知识,希望对你有一定的参考价值。

CLLocationManager 8.0方法

locationManager.requestWhenInUseAuthorization()

 locationManager.requestAlwaysAuthorization()

9.0方法

locationManager.allowsBackgroundLocationUpdates = true

locationManager.pausesLocationUpdatesAutomatically = false

此方法不关闭20分钟后自动关闭定位

配置权限

info.plist文件配置

以上是关于后台持续定位CLLocationManager详解的主要内容,如果未能解决你的问题,请参考以下文章

Flutter开发之iOS后台定位开发详解

Flutter开发之iOS后台定位开发详解

Flutter开发之iOS后台定位开发详解

Flutter开发之iOS后台定位开发详解

iOS后台定位

应用程序再次激活时 CLLocationManager 的奇怪行为