Is it possible to open the application\'s preferences pane directly from the app, or will users be forced to to go through the Settings app?
It is possible now in iOS 8
if (&UIApplicationOpenSettingsURLString != NULL) [[UIApplication sharedApplication] openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString]];