在我的应用程序中,我想将用户重定向到官方设置应用程序。如果可能,我还想直接进入“设置”应用中的“位置服务”部分。
我见过
从我在 iPhone 上的应用程序调用官方 *Settings* 应用程序, 但在 iPhone4 中,以下代码没有响应(我的 ios 版本 5.1.1):
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs:root=LOCATION_SERVICES"]];//1 call Location service
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs:root=WIFI"]];//2 //call wifi
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs:root=General&path=Network"]];//3