pausesLocationUpdatesAutomatically property
iOS端是否允许系统暂停定位 默认:false 设置为true时,当APP进入后台时,定位会被系统暂停
Implementation
bool pausesLocationUpdatesAutomatically = false;
iOS端是否允许系统暂停定位 默认:false 设置为true时,当APP进入后台时,定位会被系统暂停
bool pausesLocationUpdatesAutomatically = false;