Hello, I have a xamarin forms application and i want to save some parameters locally. I tried with SettingsPlugin and SqlLite. The problem is the same. If I debug the application from VS all the local data is cleared everytime. If i just run the deployed app from my device then both method works.
I have the "preserve application data cache on device between builds' checked.
What i am doing wrong?