Code that I used for iOS 10 no longer works on iOS 11... Any ideas what to change? I need to open Bluetooth Settings not general iOS Settings that is getting opened by code below
if let settings = URL(string: "App-Prefs:root=Bluetooth") {
UIApplication.shared.open(settings, options:[:], completionHandler:nil)
}