I have update my iphone to iOS 8.2 and now one of my projects is not working because when I call to discover services, cbperipheral
is not calling to diddiscoverservices
function.
I am connected to the bluetooth but when i do:
[peripheral discoverServices:nil];
I don't receive anything in:
- (void)peripheral:(CBPeripheral *)periph didDiscoverServices:(NSError *)error
It works perfectly in iOS 8.1.
Does anybody know if is an iOS bug, or if i have to change something in my project to work fine CoreBluetooth
?