Is there any way to access the iPhone/iPod touch settings programatically ?
Thanks. Biranchi
Is there any way to access the iPhone/iPod touch settings programatically ?
Thanks. Biranchi
Unfortunately not, also you can't launch the settings app from your own app as these answers explain.
http://stackoverflow.com/questions/736047/possible-to-programmatically-open-settings-app-from-iphone http://stackoverflow.com/questions/335965/how-do-i-launch-my-settings-bundle-from-my-application
Could you be more specific about what settings you would like to be able to access. There are API's to get at some information, but general access to the device is prohibited by the sandbox your applications run in.
Most of the user settings can be accessed by reading the property lists stored at /User/Library/Preferences/
. The Emoji enabler applications all worked by modifying a settings plist in this folder.
Be careful not to delete any settings or leave them in an inconsistent state