Hello everyone,
once again i need your help with a problem that came up.
for my game i load in data into arrays first. then the user can change some data in the array. because those changes should stay permanent i thought i use local stoarage to save it. and it actually works fine until i close the app and reopen it. then all data gets reset to the original values.
Is this a problem in my local storage usage or should i actually use a completely diffrent tool to save data between more than one app uses? If thats the case does someone have a demo capx he could show me?
Big thanks for your answers :3