ngCordova Local Notification and iBeacon do not work

The ngCordova iBeacon doesn’t work with my iphone (iOS 9.x). I was wondering if anyone had the same problem or had a solution.

This is one simple function I have tried:
$cordovaBeacon.requestAlwaysAuthorization();
$scope.ble = $cordovaBeacon.isBluetoothEnabled();

//I also tried another way to avoid any wrapper problem
$window.cordova.plugins.locationManager.requestAlwaysAuthorization();
$scope.ble = $window.cordova.plugins.locationManager.isBluetoothEnabled();

Both way doesn’t work. I found Local Notification had the same issue.

However, I tried some other ngCordova plugins like dialogs and they worked.

Any help is appreciated.

Hi,

I am also having problems getting $cordovaBeacon to work…

Have you solved your problem yet?

thanx
Chris

same issue here. Any clue ?