you should use another option to store your data --> sqlite, pouchdb, lokijs and so on
localstorage is not that persistent. it can be erased in some cases.. like upgrade from iOS8 to 9 --> all of our apps lost their localstorage data. So we decided to not use localstorage anymore.
↧
Is there a LocalStorage limit on iOS when app is built?
↧