Greetings StackOverflow community,
I put a breakpoint on the first line in main(argc, argv) function to see what [NSUserDefaults standardUserDefaults] holds and I was surprised to see that it already had many parameters and values from the application's previous execution.
At what stage are user defaults loaded into memory? Where are they saved once the application terminates?
Thank you!
Sleiman