Shared Preferences in Xamarin.forms
问题 I have tried to save login value as true if user has logged in once by using Application.Current.Properties["isLoggedIn"] = "true"; but its not working. If i remove my app from background it again shows the login page but if user is logged in it should show the next page. 回答1: When using 'Application Properties Dictionary' you have to keep in mind few things: According to the official documentation: 'The Properties dictionary is saved to the device automatically'. However, if you want to