I have Jaalee beacons. I tried to connect to them from various phones via various ways including both ibeacon and core bluetooth but all the time I get new identifiers. It means if I don't move and try iphone1 then I get set1 of beacon uuids, then I try iphone2 and get set2, then I try iphone1 and get set1 again. And there are no element which belongs to set1 and set2 simultaneously.
I tried other variables and properties but it seems all of them are common for beacons or different on various iOS devices. How to solve this issue?
Solved. For my case (Jaalee beacons) I should perform a lot of actions in the following order:
All these steps are called asynchronously. Additionally I should delete from dictionary of beacons I found on disconnecting from them. I should also check on some steps if a beacon is still connected.
UUID which is "too unique" I use for a key in a dictionary because the beacon objects are called asynchronously.