Is there a way to have the button of a UIAlertView go to the Settings App for the specific App calling it?
Thanks
It works on iOS8+ also,but we need to change something
NSURL*url=[NSURL URLWithString:@"prefs:root=WIFI"]; if([[UIApplication sharedApplication] canOpenURL:url]){ [[UIApplication sharedApplication] openURL:url]; }