在Xamarin.Forms示例ToDoAwsAuth中
https://developer.xamarin.com/guides/xamarin-forms/web-services/authentication/oauth/
成功登录后,在aOnAuthenticationCompleted事件中,应用程序在尝试保存到Xamarin.Auth时崩溃
AccountStore.Create ().Save (e.Account, "ToDoList");
Run Code Online (Sandbox Code Playgroud)
错误说不能对钥匙串说
期待着寻求帮助.