I'm working with my iBeacon iOS app. I started coding with Xcode 5.1. Ath that time every delegates get called. But while I updated my Xcode to 6.0.1 to support the app in iOS 8, the following delegate method is not getting called (tested in device):
-(void) locationManager:(CLLocationManager*)manager
didExitRegion:(CLRegion*)region
It is workinng perfectly in iOS 7. Can anyone please suggest me any possible solution for me? Thanks in advance.