You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
localstorage by default is backuped on cloud, see Cordova iOS Configuration. It can lead to an issue if localStorage of app is synced between multiples devices. Apple's Q&A explains only user data may be stored to the iCloud. Data that is needed for offline purposes may not be stored in the iCloud.
What occurs
localstorage by default is backuped on cloud, see Cordova iOS Configuration. It can lead to an issue if localStorage of app is synced between multiples devices. Apple's Q&A explains only user data may be stored to the iCloud. Data that is needed for offline purposes may not be stored in the iCloud.
How to reproduce
See #35
Why it happens
More details about localStorage management on iOS:
How to fix it
You can avoid it setting backupwebstorage preference to none on your confix.xml:
OBS: An issue is open about on phonegap/build: phonegap/build#338
PhoneGap Build Community issue: http://community.phonegap.com/nitobi/topics/backupwebstorage_and_ios
The text was updated successfully, but these errors were encountered: