Page 1 of 1

Local Storage is cleared on exit of app after exported

Posted: Fri May 01, 2015 4:28 pm
by JerryB

Hi, I'm having problems with getting my local storage to persist in andriod after exiting the app. I am using an array to hold parameters that change during runtime. I have inspected the variables during debugging and everything works fine. Once it is exported as an apk and loaded on andriod, the local storage array is cleared every time the app is exited/reloaded. If I export to xcode and build for IOS it works. Any help is appreciated.