In my application first open alertview with button. if user click alertView button then i need to launch setting bundle in my device.
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs://"]];
This is not working in IOS 7. Any having idea?