How can I modify a Settings.bundle in real time?

809 views Asked by At

is there anyway to add new entries to the Settings bundle during run time?

We would like to be able to turn-off and on options depending on what information the user have entered. Seems like all Apple documentation talks about modifying preferences, but not the Setings page itself.

thanks!

1

There are 1 answers

0
Elias On BEST ANSWER

The settings.bundle is read-only. You can NOT modify it during run time.

If you want to be able to change settings during run time, you have include the app settings from within the app.