BluetoothKit icon indicating copy to clipboard operation
BluetoothKit copied to clipboard

Warning for CBPeripheral delegate re: didModifyServices

Open hrushka opened this issue 7 years ago • 1 comments

I'm getting a CoreBluetooth warning:

[CoreBluetooth] WARNING: The delegate for <CBPeripheral: 0x1740ede00, identifier = 11897F77-4927-47DC-BDE6-B4F9707530C5, name = iPhone, state = connected> does not implement -[peripheral:didModifyServices:]

Looks like it just needs an implementation in the BKCBPeripheralDelegateProxy

hrushka avatar Mar 08 '17 19:03 hrushka

Thanks for this information. I will implement this.

rhummelmose avatar Mar 13 '17 10:03 rhummelmose