I have created a Settings.bundle that came with a Root.plist file and a localization directory en.lproj.
I have edited Root.plist and added several settings I want to have for my app.
When I delete the app from iPhone and install it and run the first time, all settings I read return wrong values. For example:
highQualityFlag = [[[NSUserDefaults standardUserDefaults] stringForKey:@"qualityFlag"] boolValue];
the flag comes as NO, even if the setting default is YES.
If I change something on the settings and run again, all subsequent runs give me the correct values (??)
How do I solve that?
thanks
Try this: