jcesarmobile commented on issue #906: URL: https://github.com/apache/cordova-ios/issues/906#issuecomment-646052957
We don't plan to migrate user's data, that's up to you if you want to migrate it or not. You can keep using file protocol if you don't configure the scheme and your data will still be there. If you set the scheme then data won't be accessible as the url changes (not lost, the data is still there). Here are some plugins that do data migration (the linked plugin is one of them, but included other plugins in which its based that can also help you migrating the data) https://github.com/kassamina/cordova-plugin-ionic-migrate-storage#thanks ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
