How can you run the url from iOS settings set?

I would like to run a URL from an iOS parameter set that will at least start Safari when they touch the settings.

Not sure if this is possible. I could not find examples of this in the Settings area with Apple or third-party applications. If this is not so, I would appreciate confirmation of this.

+3
source share
4 answers

You can not. The current Settings.bundle is able to display or change values . Better check out Apple docs "Application Schema Settings" and a few available item types. Unfortunately.

+1
source

Twitter settings are displayed with the link "Learn more about Twitter" to go to twitter.com (Safari). I could not understand how they did it, but it seems possible.

+2
source

I searched for the same user interface β€œbutton on the settings page” so that the user could reset to set some parameters, I found this http://inappsettingskit.com/ .

As others said, in apples Settings.app it is not possible to do this, so the solution for implementing the settings page in the application, this open source project, seems to simplify the work. After the update, I will update.

(I have no connection with this project)

+1
source

I am not sure if this is possible. This previous question SO Show iphone application settings in an application talks about how to use them in an application. See if this helps. Another question that may be useful. Programmatically opening the settings application (iPhone)

0
source

Source: https://habr.com/ru/post/1482884/


All Articles