xamarin / Xamarin.Auth

Xamarin.Auth
Apache License 2.0
541 stars 351 forks source link

AccountStore data not deleted when re-install program (iOS) #330

Closed achyusuf closed 5 years ago

achyusuf commented 5 years ago

Xamarin.Auth Issue

AccountStore data not deleted when i try to re install my app.

Version

Steps to reproduce

1. 2. 3.

Platform:

Expected behaviour

AccountStore data must be clear

Actual behaviour

when i save user data after login for skip login page when i open apps again. But when i re-install apps, i think this should be clear but isnt

thiago-rcarvalho commented 5 years ago

I think it's related to iCloud sync.. I have an app using native login and it has the same behavior as xamarin.auth.

achyusuf commented 5 years ago

I think it's related to iCloud sync.. I have an app using native login and it has the same behavior as xamarin.auth.

I'm not sure about this, but can you give me solution about this issue ?

Thank Before.

Redth commented 5 years ago

We are planning on deprecating AccountStore in the next release. Please check out the Secure Storage API's in Xamarin.Essentials instead: https://docs.microsoft.com/en-us/xamarin/essentials/secure-storage?tabs=ios