0

I want to know if there is a way to open "Settings" of the device, where are Wifi Toggler, Data Toggler, Air Plane Toggler...

I have a shortcut to "prefs:root=WIFI", but I don't know If I can open this WIFI settings and simulate a click on a back button to go to Settings.

I'm developing on iOS 7 and greater.

Thanks.

Víctor Martín
  • 3,352
  • 7
  • 48
  • 94

1 Answers1

1

As I just read, this is not possible. Answered by @richard-venable in How to open Settings programmatically like in Facebook app?.

  • There is no URL you can use to get to the root level of the Settings app.
  • You can send the user to your app's section of the Settings app using UIApplicationOpenSettingsURLString in iOS 8.

Thanks to @saurabh-prajapati for the comment.

Community
  • 1
  • 1
Víctor Martín
  • 3,352
  • 7
  • 48
  • 94