iOS,蓝牙连接对话框,自定义消息

时间:2017-12-08 00:30:38

标签: ios bluetooth

dispatch_queue_t centralQueue = 
dispatch_queue_create("no.nordicsemi.ios.nrftoolbox", DISPATCH_QUEUE_SERIAL);
bluetoothManager = [[CBCentralManager alloc]initWithDelegate:self queue:centralQueue];

通过调用上述代码,会弹出以下对话框。enter image description here

有没有办法更改弹出消息?它会自动弹出,而不是定义任何警报视图。我已经在info.plist中描述了“隐私 - 蓝牙外围设备使用说明”,但它与弹出消息无关。

谢谢,

0 个答案:

没有答案