Monitoring iBeacon with Secure UUID?

I Just Got My developer kit with 3 iBeacon , and what i’m trying to do is set each one of these as a location.

When User enter any of these beacon range user get hello msg and get goodbye msg when he leave.

But what i found is you should provide Monitoring method with Region object . this will be ok if I have 3 locations but what if I have 1000 location ?? how to start monitoring without know beacons UUID.

You should read this:
https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/LocationAwarenessPG/RegionMonitoring/RegionMonitoring.html

What you want to do is not possible.

With Secure UUID, you provide the “real” UUID of the beacon, as seen on https://cloud.estimote.com. You don’t have to worry about the rotating UUID—SDK will automatically scan for and decrypt that. Just use the ESTSecureBeaconManager instead of the ESTBeaconManager.

A post was split to a new topic: Detecting both secure and non-secure beacons