I have used Demo to detect ibeacons near android phone.
But in didRangeBeaconsInRegion() callback never get 2 iBeacons detected. Even one is deactivated and other is activited it gives uuid of previous one.
Let me brief it with an example. One ibeacon is on with uuid(a unique no given to ble chip) 123. Lib is detecting it perfectly fine. Now deactivate 123 and keep on ibecon with uuid 890. But lib is still detecting 123 not 890.
I want to detect all ibeacons near my phone.