Estimate Delegates are not getting called instead location manager

Hi…Am creating an iOS application I am using location manager also. When I am monitoring the beacons location manager delegates are getting called.

That’s actually a “feature” of iOS (:

All CLLocationManagers, including the ones we use internally in our SDK, share the monitored regions, and report all the enter/exit events. You could simply ignore/filter out the ones you’re not using in a given delegate.

1 Like