I have an iOS application that connects to a device (arduino) using BTLE. Everything works fine on my iPad iOS 7. After upgrading to iOS 8, CBCentralManager does not find any peripherals.
- (void)startScanningForSupportedUUIDs { [self.centralManager scanForPeripheralsWithServices:nil options:nil]; }
I do not know what the problem is.
ios ios8 core-bluetooth btle
user1561249
source share