Is it possible to Access all Beacons with ibeacon API?

Viewed 4317

i'm close to finish an App using Estimote beacons having their UUID hardcoded in my project which list out all the Estimote beacons using ibeacon API, but when i'm trying to make my own device as a beacon transmitter using the Device UUID, which is differ from the estimote UUID, i cannot find it, as the UUID which i mentioned in the code is Estimote's.

So my question is , is there any way that i can find all the beacons(Ex- Estimote Beacons, Kontakt Beacons, Blue cat Beacons and ibeacon hardware) which i can track with apple's ibeacon API?

With same code i wanted to track all beacons without hardcoding any UUID?

is it possible?

4 Answers
Related