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, directing the user to the Settings app from my application:
[[UIApplication sharedApplication] openURL:
[NSURL URLWithString:@"prefs:root=General"]];