I created the Settings.bundle file that comes with the Root.plist file and the localization directory en.lproj.
I edited Root.plist and added some settings that I want to use for my application.
When I uninstall the application from the iPhone and install it and launch for the first time, all the settings that I read return incorrect values. For example:
highQualityFlag = [[[NSUserDefaults standardUserDefaults] stringForKey:@"qualityFlag"] boolValue];
the flag displays NO even if the default value is YES.
If I change something in the settings and run it again, all subsequent runs give me the correct values ββ(??)
How to solve this?
thanks
iphone settings.bundle
Spacedog
source share