How to open iOS 18 and macOS 15

Hi, after upgrading to the latest versions of the OS, deep links to settings in my application stopped working.

For example:

UIApplication.shared.open(URL(string: "App-prefs:General"))

it opens settings but doesn't go to a category like on iOS 17. 😭

it opens settings but doesn't go to a category like on iOS 17.

That does not surprise me. This URL scheme is an implementation detail, not a documented API. I talk about this more in Supported URL Schemes.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

How to open iOS 18 and macOS 15
 
 
Q