iPhone URL Schemes 2018

Hi,


Does anyone know where I can find URL Schemes?


I've been following a guide on Stack Overflow but the Schemes no longer seem to work


I wish to open the devices do not disturb settings.. I can open the main device setting with this Scheme


App-prefs:root=General


But the following does not work:


App-prefs:root=General&path=DO_NOT_DISTURB


Does anyone have any suggestions?

Accepted Reply

Linking to any part of Settings other than your app's own settings page with UIApplicationOpenSettingsURLString is unsupported.

Replies

Linking to any part of Settings other than your app's own settings page with UIApplicationOpenSettingsURLString is unsupported.

Would I be able to add an option within my Apps own settings page for Do Not Disturb?

What if we want to go to a subscreen of our app settings, such as notifications?

Yes, your app can take the user to Settings/MyApp/