I use NSUserDefaults to store some stuff.
It works fine but only after i restart the app.
I use:
[prefs synchronize];
I thought it would immediately save the data but instead preferences stay null.
If you have any idea or already deal with it let me know.
Thanks for any help.
Wallou
I finally managed to solve my issue. I was doing the same thing at two different places (old code forgotten somewhere). For information here is my code: