Scan IBeacons on VisionPro

I'm trying to scan for Beacon's in a visionos app iBeacon detection via CoreLocation (like CLBeacon or CLBeaconRegion) isn't supported on visionOS, so I went for CoreBluetooth + Manual Beacon Parsing

Problem is I don't get my beacons scanned, only the other bluetooth devices

central.scanForPeripherals(withServices: nil, options: [CBCentralManagerScanOptionAllowDuplicatesKey:true])

what should I do?

There is nothing you can do. CoreBluetooth intentionally filters out iBeacon devices, and currently beacon regions are not supported in VisionPro.

Your feedback on how supporting beacons in VisionPro as a feature request is always welcome.

Scan IBeacons on VisionPro
 
 
Q