After reading this thread: NSUserDefaults not present on first run on simulator
I know it's quite easy to store some app data in the [NSUserDefaults standardUserDefaults]. But if other applications also happen to use the same key to store their data, is this possible that my app data gets overwritten?
Many thanks to you all.