Just curious is it mandatory. For example in my app, I just push and get info from [NSUserDefaults standardUserDefaults] without any need of "synchronize" call. Maybe I'm missing something but I haven't noticed any problems (YET) :). I know that this call should make synchronization between in memory and on disk data but why it is unnoticeable in my case?
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.
|
It's not mandatory, but if you update data and your app gets killed right after, you will lose information. |
|||
|