I have created some files within my Xamarin Forms application.
string Emoji = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "Emoji.json");
I have created some files within my Xamarin Forms application. but although I uninstall the application from the phone and debug again with VisualStudio, the files inside remain, with everything that was previously saved. How could I solve?