jamesmontemagno / Xamarin.Plugins

Cross-platform Native API Access from Shared Code!
MIT License
1.3k stars 380 forks source link

Settings Availability after app upgrade & uninstall/install #323

Closed ghost closed 8 years ago

ghost commented 8 years ago

Please take a moment to fill out the following (change to preview to check or place x in []) and remove all unused areas

This is a

Which plugin does this impact:

This is basically question. Are application settings available on all platforms if:

  1. After application is upgraded to next version ?
  2. Application is manually uninstalled and installed again?

Thanks!

jamesmontemagno commented 8 years ago

Settings are saved in NSUserDefaults, AppData, IsolatatedStoreage, and SharedPreferences. These are brought over with each upgrade of the app.

However on uninstall and re-install they will not be saved as the OS blows them away.