gpt4 book ai didi

swift3 - 如何以编程方式在 iOS 11 中打开蓝牙设置

转载 作者:行者123 更新时间:2023-12-03 17:36:20 25 4
gpt4 key购买 nike

我用于 iOS 10 的代码在 iOS 11 上不再适用......有什么想法可以改变吗?我需要打开蓝牙设置而不是通过下面的代码打开的一般 iOS 设置

if let settings = URL(string: "App-Prefs:root=Bluetooth") {
UIApplication.shared.open(settings, options:[:], completionHandler:nil)
}

最佳答案

从 iOS 11 开始,Apple 建议使用公共(public) API 或使用私有(private)实体“prefs:root”或“App-Prefs:root”URL 方案删除功能。

因此,如果您使用上述 url 方案,您的应用程序可能会被拒绝。如果要打开应用设置,请使用 UIApplicationOpenSettingsURLString .

关于swift3 - 如何以编程方式在 iOS 11 中打开蓝牙设置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47690497/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com