Launch iPhone setting screen from Application?

Deadly 提交于 2019-12-10 23:51:13

问题


I am developing an application where i want that upon a press of button iPhone settings screen should open.

Is there any restriction from apple to access it?

Is it possible or not,If yes then how?


回答1:


No you can't do that. However as an alternative you can use This Framework to mimmick the settings app, so that you can set your settings from the official settings app, or from a in app settings page.




回答2:


No, it's not possible using public API's.

However there exists a number of frameworks that allows you to access the settings bundle directly from within your application. Take a look at this SO question for more information.



来源:https://stackoverflow.com/questions/3203596/launch-iphone-setting-screen-from-application

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!