allowsBackgroundLocationUpdates property

bool allowsBackgroundLocationUpdates
getter/setter pair

是否允许后台定位。默认 false。对应 allowsBackgroundLocationUpdates

设为 true 时需要在 Info.plistUIBackgroundModes 中勾选 location, 否则 iOS 系统会抛出异常。

Implementation

bool allowsBackgroundLocationUpdates = false;