Xamarin.Forms 101: Data Binding

Xamarin.Essentials provides developers with cross-platform APIs for their mobile applications. On this week's Essential API of the week we take a look at Preferences, which enables you to store application preferences in a key/value store.
Show Notes:
Awesome! thank you for sharing
how can persist preferences even after uninstalling App ?
thanks again
@toumir, because essential use native Api. Your data is managed by the OS. Preference can be automatically saved in apple cloud without doing anything. Meaning if your app is delete and reinstall via the cloud. Your preferences are saved as well. Awesome right? :)