【问题标题】:Open the Settings app? [duplicate]打开“设置”应用? [复制] 【发布时间】:2011-06-23 23:59:35 【问题描述】: 可能重复:Opening the Settings app from another app 我可以从我的应用程序中打开 iPhone 的默认设置应用程序吗? 【问题讨论】: 标签: iphone settings 【解决方案1】: 您可以在 iOS 5.0 及更高版本上使用它: [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs://"]]; 【讨论】: 不适用于 iOS 5.1 及更高版本。 这仅适用于 iOS 5.0,不适用于更高版本。