I'm trying the following:
but that does nothing.
Is this even possible?
openSettingsURLString is not available on Watch which makes me wonder what can be done.
Ideally I would like to be able to jump out to the Settings:Passcode section?
Code Block if let url = URL(string: "App-prefs:") { let extensionContext = NSExtensionContext() extensionContext.open(url, completionHandler: nil) }
but that does nothing.
Is this even possible?
openSettingsURLString is not available on Watch which makes me wonder what can be done.
Ideally I would like to be able to jump out to the Settings:Passcode section?