jamesmontemagno / SettingsPlugin

Read and Write Settings Plugin for Xamarin and Windows
MIT License
324 stars 80 forks source link

Remove app but Settings are remaining #33

Closed erossini closed 7 years ago

erossini commented 7 years ago

Settings are remaining after an app is deleted

Version Number of Plugin: 2.5.1.0 Device Tested On: iPad Pro

Expected Behavior

If I cancel an app, all settings are deleted

Actual Behavior

If I cancel an app and I reinstall it, I have all my old settings. For example I save in settings, if an app is started for the first time. If yes I create some demo data.

Steps to reproduce the Behavior

Delete and app and reinstall it.

jamesmontemagno commented 7 years ago

Are you testing on device or simulator? See: http://stackoverflow.com/questions/24985825/nsuserdefaults-not-cleared-after-app-uninstall-on-simulator as it may not be removed from Simulator.

Thijmen commented 7 years ago

I have this issue too. Using a simple string. I have no clue how to provide more information.

awatertrevi commented 4 years ago

Same here, using the latest version of the plugin (only on Android though).

jamesmontemagno commented 4 years ago

On Android you would have to turn off auto backup: https://developer.android.com/guide/topics/data/autobackup

awatertrevi commented 4 years ago

Ah that explains it! Thanks @jamesmontemagno!