I have my settings.bundle configured to show 4 settings, which I want user to access/change. During application lifetime I have another couple of values, that i store in NSUserDefaults, but I'm not interested them to show up in the Settings.app. Is it possible at all that the number of values in settings.bundle will be different from actual number of key/value pairs, stored in the NSUserDefaults? What has to be done in order to manage it properly?
Thanks,