Similar questions to this have been asked, however, they are either a couple years old or the answers are not complete.
I am wondering if with iOS 7/8 and Cordova 3.7+ for iOS the localStorage
from a hybrid app would persist through an App Store update?
The reason that I ask, is that I would like to save a small array of user preferences and I would like them to persist through app updates.
if localStorage
does not persist, are there alternatives that will persist?
Thanks.