iOS – Mobile dev, make sure you flush when you’re done.
Developing for Apple’s devices can throw up a few little quirks that don’t happen when using Android devices. This one happens if you are using shared objects to store information between sessions. Basically, you should always call the flush mechanism whether you are adding more data to the shared object or if you are deleting …