petermetz / cordova-plugin-ibeacon

An iBeacon plugin for Phonegap / Cordova 3.x and upwards. Supports both iOS and Android (contributions are welcome)
Apache License 2.0
726 stars 373 forks source link

Calling cordova.plugins.locationManager.enableDebugNotifications(); does not produce any notifications either in foreground / background. #429

Open khayargoli opened 5 years ago

khayargoli commented 5 years ago
    cordova.plugins.locationManager.enableDebugNotifications();
    cordova.plugins.locationManager.setDelegate(delegate);

I am using the code like above, my code run successfully and monitoring / ranging both have been used and working properly. I wanted to get notifications to help me during background detection. So far did not get any notifications, I am running them on Android 9 and iOS 13.1

Let me know if I should put my whole code.

Thank you.

caiusCitiriga commented 4 years ago

@petermetz Hi! I have the same problem on an Ionic project. Even though I enable the debugNotifications nothing gets notified...

@biswas123 have you solved this maybe?