I\'ve recently discovered the awesome iOS5 custom Settings URL Scheme, which can be explained in detail at this great website.
I\'ve found this to work, dir
Solution for iOS10. Works fine.
NSURL *URL = [NSURL URLWithString:@"App-prefs:root=TWITTER"]; [[UIApplication sharedApplication] openURL:URL options:@{} completionHandler:nil];