I am trying to create a ux shortcut in my app that should go to a root page of settings app. Furthest I was able to get was to use URL(string: UIApplication.openSettingsURLString)
which opens settings page, but for my app specifically, which is not exactly what I am after.
I know apple has not way to open specific settings page for say Health app (which would be ideal for my use case), but is there at least a way to open settings app at it’s root / home page and then have some text guiding user of where to go?