问题 can anyone please help me for how to Store Lists in Xamarin Forms Settings Plugin. 回答1: In settings Plugin you can store in a key-value fashion, so you can not directly store lists. A workaround can be, you can serialize your list into a json string, and you can store that using a key. And when you need the list back, you can get that json string using the key and deserialize it to the original format. 回答2: The Xamarin Settings plugin is obsolete and no longer maintained. Its functionality