这个问题可能会重复,但我尝试了很多代码,但没有成功。我读过关于
CBCentralManagerOptionShowPowerAlertKey
选项以及显示警报以将设置蓝牙选项到 iPhone 以打开应用程序的可能性,但我还没有得到这个工作。
如果我将键设置为 true 键不会出现,并且当我将值更改为 false 键不起作用...
我在我的 Swift 应用程序中使用了这段代码:
var bCentralManger: CBCentralManager!
self.bCentralManger = CBCentralManager(delegate: self, queue: DispatchQueue.main, options: [CBCentralManagerOptionShowPowerAlertKey: true])
在 iOS 中可以使用此选项吗?我在我的设备上使用 iOS 12。有人用这个代码吗?谢谢!