I am using Cordova / Phonegap iBeacon plugin with ionicframework at my cordova project. I am tryin to send a local notification both on android and ios with cordova local notification plugin while entering monitored region , when the app is killed. Here is my code : document.addEventListener("deviceready", onDeviceReady, false); function didDetermineStateForRegion(pluginResult) { } function didSta