0

I am working on an app in which I need to open the device settings app on button client rather than app settings. I am using UIApplicationOpenSettingsURLString - but this opens the app settings page not the root level for device settings.

So, may I please get some suggestions on how to open the device settings app and may I also know is there any possibility to open the wi-fi settings page in the device settings programmatically.

Cœur
  • 37,241
  • 25
  • 195
  • 267
Kalyan
  • 263
  • 5
  • 22
  • 1
    possible duplicate of [Opening the Settings app from another app](http://stackoverflow.com/questions/5655674/opening-the-settings-app-from-another-app) – Shamas S Sep 22 '15 at 08:31

1 Answers1

1

You con only open the app-settings as you mentioned above. If it would would it would also be listed in the documentation:

https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIApplication_Class/#//apple_ref/doc/constant_group/Settings_Launch_URL

Even Apps like GoPro or Twitter just give instructions how to enter the settings rather then linking directly.

Michael
  • 1,030
  • 14
  • 29