gpt4 book ai didi

ios9 - 在 IOS 中打开蓝牙设置菜单

转载 作者:行者123 更新时间:2023-12-02 09:30:54 25 4
gpt4 key购买 nike

我需要在IOS9.0中打开蓝牙设置菜单。接下来打开设置菜单确定!

UIApplication.sharedApplication().openURL(NSURL(string: UIApplicationOpenSettingsURLString)!)

但我需要打开蓝牙设置菜单 尝试过

UIApplication.sharedApplication().openURL(NSURL(string: "prefs:root=General&path=Bluetooth")!)

没用

谁能帮帮我?

最佳答案

Luis 实际上找到了答案,但我一开始没看懂,因为我没有看到答案。

答案:转到您的 Xcode 项目,在 Info -> URL Types 部分 -> URL Scheme 中的“prefs”

在 iOS 9 中:let url = NSURL(string: "prefs:root=Bluetooth")!

iOS 8:let url = NSURL(string: "prefs:root=General&path=Bluetooth")!

关于ios9 - 在 IOS 中打开蓝牙设置菜单,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33141502/

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