Does anyone know if it's possible on iOS to scan the network and then discover all iBeacons devices? After the scan is completed I would like to get for each device the real uuid, minor and major values and check throughout a web service if that particular configuration is saved in my database.
I know that generally on iOS you have to know the proximityUUID and listen to a region using the Beacons API.
Thanks.