I am working on iBeacons. Trying to find out all beacons around me.
Like Android, in iOS, we cannot achieve this without specifing "UUID" while searching. By using UUID, it is working fine.
is there any better solution to search all beacons around you, without specifying UUID?
I found one solution RNLBeaconScanner, which is in objective c. RNLBeaconScanner detecting beacons in ObjC but same beacons not detecting in swift.
Thanks in advance!