我需要打开蓝牙设置菜单IOS9.0.下一步打开设置菜单OK!,
UIApplication.sharedApplication().openURL(NSURL(string: UIApplicationOpenSettingsURLString)!)
Run Code Online (Sandbox Code Playgroud)
但是我需要打开蓝牙设置菜单
UIApplication.sharedApplication().openURL(NSURL(string: "prefs:root=General&path=Bluetooth")!)
Run Code Online (Sandbox Code Playgroud)
这是行不通的
有人可以帮帮我吗?