It is possible that stopRangingBeaconsInRegion stop notifications of a monitored region?
问题 I'm doing a sample project working with CLLocationManager . I call startMonitoringForRegion . Then, I start to simulate a beacon with other device and didEnterRegion is called. In the didEnterRegion , I call startRangingBeaconsInRegion and works fine. Then, I pause the beacon emitter and didExitRegion is called. In the didExitRegion I call stopRangingBeaconsInRegion . If I start again the beacon emitter, didEnterRegion is not called. I found this in the Apple documentation: