在我的应用程序中,我想将用户重定向到官方的Settings应用程序.如果可能的话,我还想直接进入Settings应用程序中的Network部分.

我想我需要的是Settings应用程序的url方案和构造请求的格式.但我怀疑,调用这样的官方应用程序是被禁止的.

有人能帮我吗?

推荐答案

Bad news: As @Hlung and @jasongregori suggested, for iDevices whose OS version >= iOS 5.1 && < iOS 8.0, there is once again NO official/documented way to call the built-in Settings app from a third-party app. Period.

Objective-c相关问答推荐

NSNumberFormatter 和 'th' 'st' 'nd' 'rd' (序数)数字结尾

如何获取目标名称?

在 Objective-C 中定义协议的类别?

pathForResource 返回 null

Objective-C 的 Eclipse 插件?

检测代码是否在 Objective-C 的主线程上运行的正确方法是什么? (iOS)

使用情节提要的条件转场

进入编辑模式时动画自定义绘制的 UITableViewCell

xcode storyboard Container View - 如何访问视图控制器

我可以设置 `UILabel` 的 `attributedText` 属性吗

iPhone - 时区便利方法之间的差异

无法在 Interface Builder (Xcode 5) 中创建与子视图的出口连接

Objective-C:块 vs. Select 器 vs. 协议

隐藏 NSTableView 标头?

在 DEBUG 模式下启用和禁用 NSLog

iOS 10 中的错误:无法从 https://mesu.apple.com/assets/ 复制assets资源信息以获取assets资源类型

ARC 下的 NSString 属性应该是强的还是复制的?

如何调整 UIToolBar 左右内边距

如何将 printf 与 NSString 一起使用

按字典中键的值对字典的 NSArray 进行排序