Question
How to handle shared Objects on phone with no space
Hi guys,
I use sharedObjects to save some states in my latest iOS game, and have received reports of the app not starting on some devices. It turns out that if the device is running low on file space my app crashes as it can't flush the Shared Object.
How do you guys handle saving files or states on iOS devices that doesn't have enough space left?
Thanks,
Karl
