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
728 stars 373 forks source link

Multiple Beacons #170

Open houmanka opened 9 years ago

houmanka commented 9 years ago

Hi, With this plugin will device pickup the beacon signal is app is not running or if it is in the background?

Also if there are multiple beacons can I use this plugin?

Thanks

codestorycooked commented 9 years ago

Yes. It will. It will work with multiple beacon which are placed at different location in same room or area.

hashg commented 9 years ago

@propertynoticed I have got my app to work when either app is in background or foreground. It does not work when app is not running. Even after I have enabled "AlwaysAuthorised" .

Can you share your code snippet, which enables beacons when app is not running?

0x1ad2 commented 8 years ago

@propertynoticed did it also work on iOS? because I'm also experiencing this. On Android everything works like a charm setup 3 regions all get monitored but on iOS it will only monitor the first region.

codestorycooked commented 8 years ago

@0x1ad2 Yes it worked on IOS.It can monitor any number of regions. Please check your Location Services for mentioned app. It should be AlwaysAuthorised

I hope it helps.

0x1ad2 commented 8 years ago

@propertynoticed as in check Location Services permission in xcode? If so it would explain why it was working when I simulated the build on my device but not and the final ad-hoc build.