uiwjs / react-native-amap-geolocation

React Native 高德地图定位模块,支持 Android/iOS。
https://uiwjs.github.io/react-native-amap-geolocation/
MIT License
42 stars 5 forks source link

IOS如何实现app后台运行后,任然能获取定位,并且在回调中通过http请求上报定位信息 #36

Closed xiaobc1234 closed 1 year ago

xiaobc1234 commented 1 year ago

xcode中 后台模式 已经勾选了下面三个 image

单只要把app关闭到后台,请求就不执行了,而且回调的console.log输出也没有

xiaobc1234 commented 1 year ago

找到问题了,少了下面的配置

// 允许后台运行
  AMapGeolocation.setAllowsBackgroundLocationUpdates(true)