从iPhone上的应用程序调用官方*设置*应用程序

问题描述:

在我的应用中,我想将用户重定向到官方设置应用。如果可能,我还想直接进入设置应用程序中的网络部分。

At one point in my app, I would like to redirect the user to the official Settings app. If possible, I also want go straight to the Network section within the Settings app.

我想我是什么需要的是设置应用程序的网址方案和构建我的请求的格式。但我怀疑是否禁止使用这样的官方应用程序。

I think what I need is the Settings app's url scheme and the format to construct my request. But I doubt that calling such an official app is forbidden.

任何人都可以帮助我吗?

Can anyone can help me?

坏消息:正如@Hlung和@jasongregori建议的那样,对于操作系统版本> = iOS 5.1&&的iDevices < iOS 8.0 ,再一次 NO 正式/记录的方式从第三方应用程序调用内置的设置应用程序。期间。

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.