标签: c# .net realm realm-mobile-platform
目前尚不清楚如何删除通过User.Current和User.AllLoggenIn属性缓存的用户信息。
User.Current
User.AllLoggenIn
有一种方法User.Current.LogOutAsync(),但是如果用户无效(即不再存在),它将引发异常。
User.Current.LogOutAsync()
目的是在Xamarin.Forms应用升级到新版本时清理所有用户信息。