Trying to save some local data on an iOS/Android game made in AS3 using SharedObject but whenever we have a new build all the data is erased. Is there a way to get sharedObjects to work between builds of the app or is there another way I should be going about doing save data and any tutorials on how to do it?
Thanks!