I have a button in my iOS app that opens the Settings app to my app's Notification permissions section. I use UIApplicationOpenSettingsURLString
for this (or UIApplicationOpenNotificationSettingsURLString
on iOS 15.4 and later). On Catalyst, both of these simply open the settings screen that is auto-generated from the Settings bundle.
How do I get it to open to the appropriate place in System Settings?