When setting values in NSUSerDefaults, may other apps that would know my used keys will be able to read my values ? I ask this because I can see that some values that are not mine are accessible, like NSArray* languages = [defaults objectForKey:@"AppleLanguages"];that I would had expected to find elsewhere.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||
|
|
|
I've just check it on my device - no, user defaults stored in one app are inaccessable from another app. But as you said exist some system-defined values, that shared by system to all apps. p.s. Otherwise it will conflict with one of the basic iOS paradigm - sandbox. One separate sandbox for every app. |
|||
|
|