locationManager didExitRegion 在监控区域时从未调用 iBeaconRegion
Posted
技术标签:
【中文标题】locationManager didExitRegion 在监控区域时从未调用 iBeaconRegion【英文标题】:locationManager didExitRegion never called for iBeaconRegion when monitor region 【发布时间】:2021-02-04 17:08:02 【问题描述】:我已经创建了区域:
let uuid = UUID(uuidString: "04C7E2F3-42A5-5127-B066-502C8A27EB85")!
beaconRegion = CLBeaconRegion(uuid: uuid, identifier: uuid.uuidString)
并使用终端中的mbeacon 从我的 MacBook 创建信标。
使用 mbeacon 创建信标:screenshot。
在didRangeBeacons
方法中检测到此信标,当我远离信标时,接近度增加,然后信标消失,但didExitRegion
从未调用。什么时候应该调用这个方法?也许我理解错了。
【问题讨论】:
【参考方案1】:我检查了 locationManager.monitoredRegions 并在这里看到了不必要的区域。我停止了监控(func stopMonitoring(for region: CLRegion) 或者您可以简单地卸载应用程序并重新安装,因为这将清除监控列表。)对于不必要的区域,didExitRegion 和 didEnterRegion 现在可以工作了。
【讨论】:
以上是关于locationManager didExitRegion 在监控区域时从未调用 iBeaconRegion的主要内容,如果未能解决你的问题,请参考以下文章
locationManager.isProviderEnabled(LocationManager.NETWORK_PROVIDER) 使用 Wi-Fi 总是返回 false
我应该在 locationManager:didFailWithError: 中发送 [locationManager stopUpdatingLocation] 吗?
locationManager.getLastKnownLocation() 返回 null
为啥 LocationManager 没有 lastKnown 位置?
不适用于 Android Studio-locationManager.requestLocationUpdates(LocationManager.GPS_PROVIDER, 0, 0, this)