0

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 !

Nikhil Dekhane
  • 101
  • 1
  • 10
  • There is no event raised when the app is uninstalled . What we can do is deleting all data when the app first starts up (after reinstall..) – ColeX Nov 10 '17 at 09:55
  • @ColeXia, Ok, But then how should i store my credentials so that it gets cleared on uninstalling. – Nikhil Dekhane Nov 14 '17 at 04:46
  • 1
    As I mentioned above , the biggest problem is how to detect the event on uninstalling, unfortunately there is impossible. – ColeX Nov 14 '17 at 05:44

0 Answers0