Skip to content

Instantly share code, notes, and snippets.

@jk
Created June 17, 2014 10:35
Show Gist options
  • Save jk/b2a0054b97fa00dce574 to your computer and use it in GitHub Desktop.
Save jk/b2a0054b97fa00dce574 to your computer and use it in GitHub Desktop.
Open app settings directly from within your iOS 8 app
// Open Settings directly for the app
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString]];
@ethanparker
Copy link

Can you open right to wifi settings??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment