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?
Share
synchronize
It’s not mandatory, but if you update data and your app gets killed right after, you will lose information.