How to monitor many beacons at same time?

Hey guys!
I'm trying to develop an application to handle many locations in a mall.
So, at this time, I have hardcoded all my beacons major and minor in order to handle a set of 6 beacons.

In future, is there anyway to have for example my own UUID, same major for a set of them, monitor that region (UUID+major), and then analize which of them was activated with didEnter using the minor number?

Hey Richard—great question!

didEnter by themselves isn't very informative about which specific beacon triggered the event. You can however use the short period of background execution time (~ 10 seconds) that is given to your app when didEnter gets called to start regular beacon ranging and figure out which beacon from the region you're monitoring is in range.