Post

Replies

Boosts

Views

Activity

Comment on
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:]}
May ’25
Comment on iOS 18 open settings URLs
@GeysonAlvarenga i've tried: if #available(iOS 18.0, *) { if let url = URL(string: "settings-navigation://com.apple.Settings.General") { UIApplication.shared.open(url) } } but not work: Failed to open URL settings-navigation://com.apple.Settings.General: Error Domain=NSOSStatusErrorDomain Code=-10814 "(null)" UserInfo={_LSLine=279, _LSFunction=-[_LSDOpenClient openURL:fileHandle:options:completionHandler:]}
Apr ’25
Comment on
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:]}
Replies
Boosts
Views
Activity
May ’25
Comment on iOS 18 open settings URLs
@GeysonAlvarenga i've tried: if #available(iOS 18.0, *) { if let url = URL(string: "settings-navigation://com.apple.Settings.General") { UIApplication.shared.open(url) } } but not work: Failed to open URL settings-navigation://com.apple.Settings.General: Error Domain=NSOSStatusErrorDomain Code=-10814 "(null)" UserInfo={_LSLine=279, _LSFunction=-[_LSDOpenClient openURL:fileHandle:options:completionHandler:]}
Replies
Boosts
Views
Activity
Apr ’25
Comment on How to present and dismiss intermediate view controllers?
your solution dismiss all modal view controller
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’24
Comment on ControlConfigurationIntent won't open the app despite setting openAppWhenRun = true
the same problem with io 18 RC
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’24
Comment on UIDevice.current.batteryLevel is not equal to status bar number in iOS 17
but, why?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Apr ’24