To save user auth credential i've used Xamarin.Auth Account store
But it keeps the credentials data even after i uninstall application
so the problem is when reinstall new version it would automatically gets logged-in.
How can i clear auth credentials on uninstalling applcation ?
Thanks in Advance !