简体   繁体   English

将 iOS 更新到 15.1 后,我无法连接到蓝牙

[英]I am unable to connect to bluetooth after updating my iOS to 15.1

I can able to list all the available bluetooth devices, but when selected I got this我可以列出所有可用的蓝牙设备,但是选择后我得到了这个

error: "Error Domain=EABluetoothAccessoryPickerErrorDomain Code=1 "(null)""
[[EAAccessoryManager sharedAccessoryManager] showBluetoothAccessoryPickerWithNameFilter:nil completion:^(NSError *error) {
    if (error) {
        NSLog(@"error :%@", error);
    } else {
       // Do something
    }
}];

Please let me know, if anyone has some thoughts.请让我知道,如果有人有一些想法。

I did emailed to Apple about this issue, and they agreed that it an iOS issue and also said that they dont any workaround for it.我确实就这个问题向 Apple 发送了电子邮件,他们同意这是一个 iOS 问题,并表示他们没有任何解决方法。

So my guess is we need to wait for the official release which is very bad.所以我的猜测是我们需要等待官方发布,这非常糟糕。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使我的应用程序获得 ios 15.1 版的批准? - How i can make my app approved for ios version 15.1? 更改Ios的视图后,我失去了蓝牙连接 - I lose my bluetooth connection after changing view on Ios 设置 iDynamo 应用程序后,我无法连接到设备 - After Setting up iDynamo app, I am unable to connect to device 甚至无法在ios 8中连接蓝牙设备,甚至现有代码也找不到在ios 7上非常好的蓝牙及其主要功能 - unable to connect bluetooth device in ios 8 even existing code not finding bluetooth and main thing it woring very fine on ios 7 iOS 蓝牙 LE:无法使用存储的配对数据进行连接 - iOS Bluetooth LE : unable to connect using stored pairing data iOS:蓝牙LE外设在返回范围后不再更新 - iOS: Bluetooth LE peripheral no longer updating after coming back into range 更新到IOS 9后无法登录Facebook - Unable to login to Facebook after updating to IOS 9 我可以将Motorola rs507连接为iOS中的蓝牙外围设备吗? - Can i connect motorola rs507 as a bluetooth peripheral in iOS? 可以通过蓝牙低功耗连接iOS和Windows吗? - Can I connect the iOS and the windows with Bluetooth low energy? 为什么有时我需要重新启动iOS蓝牙(使用系统按钮)才能使我的中央管理器能够成功连接? - Why, sometimes, do I need to restart the iOS Bluetooth (using the system button) to make my central manager able to connect successfully?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM