ios - Is there a way to go to "Settings" in URL schemes? -


i want know if there way open "settings" of device, wifi toggler, data toggler, air plane toggler...

i have shortcut "prefs:root=wifi", don't know if can open wifi settings , simulate click on button go settings.

i'm developing on ios 7 , greater.

thanks.

as read, not possible. answered @richard-venable in how open settings programmatically in facebook app?.

  • there no url can use root level of settings app.
  • you can send user app's section of settings app using uiapplicationopensettingsurlstring in ios 8.

thanks @saurabh-prajapati comment.


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -