Import data used by my application in isolated storage , which works fine. However, I'm not sure what will happen to the data when I release the update for my application . Is isolated storage data shared? or can I still access the data?
Your isolated storage is not affected by the application update.
It is your application’s responsibility to manage any updates necessary to synchronize application versions and data.
Source: https://habr.com/ru/post/1785139/More articles:The cell table inside the div has an extra top pad - alignmentWhat is the purpose of the robots meta tag in HTML? - htmlhow to split a list of strings into other lists if a particular string matches the condition using linq? - c #404 not found when accessing WCF JSON service using jQuery - jsonThe problem of multiple inheritance in Python! - pythonчто такое "язык самообучения", - programming-languagesReducing the width of the histogram bar - flexHow to make selection inputs the same in all browsers on all platforms? - htmlAndroid AccountAuthenticator and synchronization service: display in the section "Synchronization and data" - androidGetting Rid of ActionController :: InvalidAuthenticityToken (Rails 3, webrick, devise) - ruby-on-railsAll Articles