UIApplication.shared.open

In iOS 17, the call to "UIApplication.shared.open("App-prefs:ACCESSIBILITY&path=HEARING_AID_TITLE")" was opening the device Settings and going to Accessibility and then Hearing Device which is very helpful.

Now in iOS 18, this call only opens the device Settings at the root.

I would like to know how to replace the URL so that it works like before.

canOpenUrl does return true, so I'm wondering if something is broken, or if canOpenUrl is kind of lying a bit.

I also tried other paths to go to other screens and they don't work either.

Answered by Scott in 811570022

Read this page carefully: Supported URL Schemes.

Unfortunately, that page doesn’t lead to any documented API for what you are hoping to accomplish.

Read this page carefully: Supported URL Schemes.

Unfortunately, that page doesn’t lead to any documented API for what you are hoping to accomplish.

UIApplication.shared.open
 
 
Q