I tried to use some of the links you wrote, but ios won't open them, here is my code:
let url = "settings-navigation://com.apple.Settings.General/STORAGE_MGMT"
if let url = URL(string: preferenceType.ios) {
UIApplication.shared.open(url)
}
and the error:
_Failed to open URL settings-navigation://com.apple.Settings.General/STORAGE_MGMT: Error Domain=NSOSStatusErrorDomain Code=-10814 "(null)" UserInfo={_LSLine=279, _LSFunction=-[LSDOpenClient openURL:fileHandle:options:completionHandler:]}
Topic:
Accessibility & Inclusion
SubTopic:
General
Tags: