MikeN
MikeN

Reputation: 46287

How do you send a user to your app's settings from iPhone/iPad?

Is there a way to launch the iPhone/iPad's settings from within your app?

Upvotes: 0

Views: 126

Answers (2)

coneybeare
coneybeare

Reputation: 33101

Check this out: It is a framework to display the apps's settings in both places, or just just on the app using the same type of display as the settings pane.

Upvotes: 2

pheelicks
pheelicks

Reputation: 7469

There is no way to do this. What apps usually do is recreate the same view the user would see if they opened the settings and then display that in-app.

Upvotes: 2

Related Questions