Settings Availability after app upgrade & uninstall/install
Opened this issue · 1 comments
Deleted user commented
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:
- After application is upgraded to next version ?
- Application is manually uninstalled and installed again?
Thanks!
jamesmontemagno commented
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.