Reputation: 1
I want to programmatically READ iPhone settings such as...
Can anyone provide a solution?
Upvotes: 0
Views: 1568
Reputation: 2314
You cannot. Because apple is not providing the API to access the iPhone settings app. But you can keep a bundle setting in your app so that user can change the settings of your app from iphone settings. If you are interested in this feature you can refer Apple doc.
Upvotes: 1
Reputation: 48398
I'm fairly certain you cannot: see Opening the Settings app from another app
Upvotes: 1