I have a couple of questions about NSUserDefaults in Mac OS X:
- When does the NSUserDefaults use the dictionary provided by registerDefaults? Only the first time the application is opened or every time the application is opened?
- Where is the information from NSUserDefaults stored?
- How can I reset NSUSerDefaults?
Thanks!