Advertisement
pneave

Open iOS Preferences for Application

Sep 25th, 2019
547
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. void openApplicationSettings()
  2. {
  3.    NSURL *url = [NSURL URLWithString:UIApplicationOpenSettingsURLString];
  4.    [[UIApplication sharedApplication] openURL:url];
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement