Is there any way to set / update values in settings.bundle from your application. I read the values from the settings perfectly in NSUserDefaults, but wondered if you can set the values from the application.
I have a web application for which I am creating an iPhone client, and was thinking about including user account information in settings.bundle. This is normal if the user only updates the values using the Apple App Preferences screens, but what if the user updated these values in the web application. I wanted to get the values from the Internet, and then “update” the values in settings.bundle from the application.
I assume this is not possible, and maybe I need to create my own in-app settings screen? But I thought I would spend it with you first ...
source share