Following code doesnt works any more so what could we do
[[UIApplication sharedApplication] openURL:[NSURL URLWithString: @"prefs:root=LOCATION_SERVICES"]];
Following works for Go to Settings → Your Application → Location but I want to access Go to Settings → Privacy → Location Services
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString]];
I got the trouble same as below questions
Open Settings app from another app programmatically in iPhone