BTLE を使用してデバイス (arduino) に接続している iOS アプリがあります。iPad iOS 7 ですべて正常に動作しています。iOS 8 にアップグレードした後、CBCentralManager は周辺機器を検出しません。
- (void)startScanningForSupportedUUIDs
{
[self.centralManager scanForPeripheralsWithServices:nil options:nil];
}
何が問題なのかわかりません。