Ajay Kumar
Ajay Kumar

Reputation: 1

programmatically READ iPhone settings

I want to programmatically READ iPhone settings such as...

Can anyone provide a solution?

Upvotes: 0

Views: 1568

Answers (2)

Adarsh V C
Adarsh V C

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

PengOne
PengOne

Reputation: 48398

I'm fairly certain you cannot: see Opening the Settings app from another app

Upvotes: 1

Related Questions