J'utilise Xamarin.Auth ( https://components.xamarin.com/view/xamarin.auth/ ) pour stocker mes informations d'identification, comme je l'ai toujours fait.
var accountStore = AccountStore.Create ();
foreach (var account in accountStore.FindAccountsForService("myAppName"))
accountStore.Delete (account, "myAppName");
AccountStore.Create().Save(acc, "myAppName");
Après la mise à niveau vers iOS 10, je reçois cette erreur lors de l'enregistrement des informations d'identification:
"Could not save account to KeyChain: -34018"
at Xamarin.Auth.KeyChainAccountStore.Save (Xamarin.Auth.Account account,System.String serviceId) [0x000b2] in <402cf9b3716845b3bdddef581cb33a3e>:0
Dernière version installée 1.2.3.1 Le problème semble persister uniquement sur le SIMULATOR