When I click on the About page in the settings, an error message is displayed:
2016-11-25 19:49:04.352 ass176[4729:186745] -canOpenURL: failed for URL: "prefs:root=General&path=About" - error: "The operation couldn’t be completed. (OSStatus error -10814.)"
This is the code:
let url = URL(string: "prefs:root=General&path=About")
if UIApplication.shared.canOpenURL(url!){
UIApplication.shared.open(url!, options: [:], completionHandler: nil)
}
Environment: iOS 10.1, XCode 8.1