Codea lets us saveLocalData and saveProjectData—if we have a released App Store app, are either or both of those kinds of data overwritten when an update is pushed through the App Store? In other words if we want data to persist between updates, which is the best kind of data save to use?
saveLocalData and saveGlobalData will be preserved during app updates. saveProjectData will not be preserved
1 Like