Storing and Retrieving User Credentials in Xamarin iOS
问题 I have a Xamarin.iOS application that requires users to log-in in order to view content. I have two text fields, one for username and one for password. Once a user has logged in and the API has returned success. how can I save the users credentials so when they launch the app they get signed in automatically? I tried this, however, I don't know how to retrieve the values or re-save credentials if user logs out void StoreKeysInKeychain(string key, string value) { var s = new SecRecord(SecKind