Relative Content

Tag Archive for bluetoothbluetooth-lowenergycore-bluetoothios-bluetoothios18

iOS 18 CoreBluetooth scanForPeripherals method with a defined CBUUID is not detecting iPhone peripherals advertising in the background state

The Issue iOS 18 CoreBluetooth – scanForPeripherals method with a defined CBUUID is not detecting iPhone peripherals advertising in the background state. Setup iPhone A (peripheral) – Advertising a service with a specific CBUUID myServiceUUID iPhone B (central) – Scanning using the method sCentralManager.scanForPeripherals(withServices: [myServiceUUID]) Test Cases iPhone B (with iOS 18) – detects iPhone […]