当前位置: 代码迷 >> 综合 >> API MISUSE: <CBCentralManager: 0x000000000> can only accept this command while in the powered on
  详细解决方案

API MISUSE: <CBCentralManager: 0x000000000> can only accept this command while in the powered on

热度:68   发布时间:2023-12-17 02:41:11.0

(* ̄rǒ ̄)这个报错,不走代理方法的报错,只是报错提示

解决办法:

如提示所言:
等下面这个代理回调方法的状态变为 CBManagerStatePoweredOn 再执行scan等方法。

- (void)centralManagerDidUpdateState:(nonnull CBCentralManager *)central
  相关解决方案