jamesmontemagno/Xamarin.Plugins

Settings Availability after app upgrade & uninstall/install

Opened this issue · 1 comments

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

  • Feature Request

Which plugin does this impact:

  • Settings

Feature Request:

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!

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.