Posts

Post not yet marked as solved
0 Replies
433 Views
I'm trying the following:   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?
Posted
by pawpoise.
Last updated
.