2

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?

raaz
  • 12,410
  • 22
  • 64
  • 81
  • possible duplicate of [How do I open the Settings application from my application?](http://stackoverflow.com/questions/377102/how-do-i-open-the-settings-application-from-my-application) – Mike Akers Jun 08 '12 at 15:21

2 Answers2

2

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.

jamone
  • 17,253
  • 17
  • 63
  • 98
0

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.

Community
  • 1
  • 1
Claus Broch
  • 9,212
  • 2
  • 29
  • 38