Ionic 2 How to search Estimote Beacons dinamically

125 Views Asked by At

I'm working in an hibrid app (has to work in Android and iOS platforms) using Ionic v2. My question is ¿How can I search for all the beacons dynamically without creating a region of beacons? Because, in all the examples that I have seen (e.g How to scan all nearby ibeacons using coordova based Hybrid application?) the developer define a region of beacons. The problem is that if I define a region of beacons in my code, the application always is going to read the same UUID, but I need that the application read a dynamic UUID because the Estimote Beacons are going to be placed in differents stores. I want to know how to start ranging Estimotes beacons so I can find the UUID of the near Estimotes.

In this example (How to start ranging without UUID using estimote beacon android?) Kamlesh use Android Native, and I need to use Ionic Framework.

If anyone could help me please. Thanks.

0

There are 0 best solutions below