How to get iOS URL Scheme for 3rd party app in Settings App?
I’m trying to make a iOS shortcut that uses x callback URL to open 3rd party app's settings app page,
i.e. Settings App ▶ Apps ▶ Instagram.
I searched everywhere on github, but the furtherest I got is this
Instagram://
(which opens Instagram app itself but not what I’m after)
Other attempts i tried but failed:
- prefs:root=NOTIFICATIONS_ID&path=com.burbn.instagram
- prefs:root=instagram
- prefs:root=com.burbn.instagram
I’m aware each third party app may have different bundle ID, but just use IG as an example, does anyone know how to use URL scheme to go to settings of that app? or even straight to notifications of that 3rd party app if possible?
iPhone 16 Pro