Demo apps are great! How can I implement my Proximity UUIDs?

I have downloaded the demo apps and I’m currently using the latest version (IOS SDK 3.1-2.0). I have 6 Esitomte beacons. 3 have the default Proximity UUIDs of B9407F30-F5F8-466E-AFF9-25556B57FE6D. But the other 3 I have changed. All of the functionality in the demo app only finds the 3 with the default UUIDs. How can I tell the app to locate all 6 of the beacons?

Thanks :smile:

Hi @David_Meagher,

Our demos monitor/range for our UUID by default. In the code you’ll find something like initWithProximityUUID:ESTIMOTE_PROXIMITY_UUID. You need to create regions for your different UUIDs. Check out our developer.estimote.com website, you’ll find a great tutorial there.

Cheers!