More information: beaconsArray never has more than 1 count (nothing at index 1, 2 etc) I guess because each different beacon must require different region.
so how can I access multiple beacons.
Should each beacon have its own region or should all beacons be in same region. If each beacon has own region how do I access it
As we've received plenty of questions about dealing with multiple beacons, here is a sample code snippet that should help out.
It shows how to implement notifications when entering a region with two beacons.
If you want to monitor for multiply regions, initialize them with unique indentifiers. In the didEnter and didExit callbacks you will be able to differentiate them using those identifiers.
By the way, region identifiers should be declared as #define.
Hi, I tried this and it worked perfectly! Now I'm trying to send a different message if you are near a particular beacon, how can I do this if both beacons are within range?