Called in 'applicationDidFinishLaunching'. Return 'b' is YES but it does not work. Also if 'synchronize' is to be deprecated what to use? Also, cannot find where it should be stored in /library/preferences/ ?? How else to store needed unique user data?
NSString *valueToSave = @"3";
[[NSUserDefaults standardUserDefaults] setObject:valueToSave forKey:@"infoDLG"];
BOOL b = [[NSUserDefaults standardUserDefaults] synchronize];
Any help appreciated, Paul. (Sorry, no idea what Tags to use.)