标签: ios objective-c cllocationmanager
我使用Objective-c开发了一个iOS应用程序,该应用程序在后台使用位置服务以及终止应用程序。我正在使用StartUpdatingLocation()来启动位置更新。并在 didUpdateLocations()我实施StartMonitoringForRegion() 使用我得到的位置坐标。一切正常。
StartUpdatingLocation()
didUpdateLocations()
StartMonitoringForRegion()
我的问题是,didExitRegion() 在15分钟内被召唤一次。我没有使用iBeacon Regions。我正在使用位置区域监控。任何人都可以解释这种行为吗?
didExitRegion()