We have an app with a large audience (around 2.1M DAUs) and because of this, we build it with accessibility first in mind.
In that app, we link to specific iOS accessibility settings (such as VoiceOver, Display & Text, etc) in our menu screens, to offer the user a shortcut to customize VO behaviour, text size etc.
Unfortunately, since iOS 18, these links are no longer working, they all open the Settings app, but don't navigate.
It appears (through support) users use these links to easily access the settings, mostly older people trained to go this way in computer courses.
We used to open the settings app through the App-prefs scheme, but seems broken in iOS 18. eg. App-prefs:root=ACCESSIBILITY&path=VOICEOVER_TITLE
I know about the AccessibilitySettings API, but seems it is only limited to once specific feature.
Is there a way we can get these links to work again?