Hey There,
In my application beacon detect didEnterRegion & didExitRegion method perfect until application is in background mode or also in foreground so notification works perfect for background & foreground.
to display the notification, code is inside the method of didEnterRegion.
but my issue is that as soon as i remove application from tray means kill the application after that beacon does not detect any delegate method (didEnterRegion & didExitRegion). so that i am not able to display any notification. so is there any help to call delegate method (didEnterRegion & didExitRegion) even when application is removed from tray or will terminate.because i want to display notification even app is not in background.
i am using xcode 7.2.0 & testing in ios 9.2 version.