打开设置应用程序

时间:2011-12-06 11:04:53

标签: ios application-settings iphone-privateapi

以下是否会被视为私有API使用?谷歌搜索后,我发现了许多相互矛盾的报道。

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs://"]];

还有人在设置应用程序中有一个有效网址列表吗?例如:

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs://notifications"]];

将打开设置应用程序的通知页面。

1 个答案:

答案 0 :(得分:0)

我找到了自己问题的答案。

iOS5支持它。 可以在此处找到网址方案:http://maniacdev.com/2011/11/tutorial-using-url-schemes-to-open-the-settings-app-to-a-specific-page-in-ios-5/