从 iOS 应用程序打开“设置”(深层内容)

发布于 2024-12-19 05:01:12 字数 308 浏览 2 评论 0原文

您可能听说过苹果公司在 iOS 5.1 Beta 中“杀死”了 Settings.app URL 方案,该方案于上个月向所有人公开。

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs:root=..."]] 不再有效。 也许他们使用某些东西而不是“openURL”或者什么?

我还听说有一些私有API,用于企业开发(但已从devforums删除),与大家使用的相同还是不同?

是否有其他私有API可以打开Settings.app?

As you may have heard Apple "killed" Settings.app URL scheme in iOS 5.1 Beta, which became public to everyone last month.

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs:root=..."]] no longer works.
Maybe they use something instead of "openURL" or what?

I have also heard that there is some private API, which is used for Enterprise development (but it's deleted from devforums), is it the same as everyone using or different?

Is there other private API which can open Settings.app?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

回眸一笑 2024-12-26 05:01:12

您看过InAppSettingsKit吗?

Have you looked at InAppSettingsKit?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文