Sunday, October 15, 2023
HomeiOS Developmentios - Methods to open a particular HealthApp supply merchandise setting?

ios – Methods to open a particular HealthApp supply merchandise setting?


so i’m making an attempt to “pressure” my person to just accept some information sharing so as to have the ability to use my app (he can decline however then he would not have the ability to use the app that’s primarily based on these authorizations), so I wanna manually examine all of the authorization which can be needed for the app to work, and ship the person to the setting authorization of my app in well being app settings.

In order I discovered I ought to use this with a purpose to open the settings sources objects :


            DispatchQueue.primary.async {
                UIApplication.shared.open(URL(string: "App-Prefs:HEALTH&path=SOURCES_ITEM")!)
            }

So it opens this web page

opened setting window

However I want to open the SunsetWorkout app supply web page, I attempted so as to add

path=SOURCES_ITEM/SunsetWorkout
path=SOURCES_ITEM.SunsetWorkout
path=SOURCES_ITEM_SunsetWorkout
path=SOURCES_ITEM/SUNSETWORKOUT
path=SOURCES_ITEM.SUNSETWORKOUT
path=SOURCES_ITEM_SUNSETWORKOUT

however none of this works, I could not discover any documentation concerning the path to assemble, anybody is aware of the way it works ?



Supply hyperlink

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments