jamesmontemagno / SettingsPlugin

Read and Write Settings Plugin for Xamarin and Windows
MIT License
324 stars 80 forks source link

The UWP version has very small storage size. #87

Closed amalsher closed 7 years ago

amalsher commented 7 years ago

I'm using this plugin for storing quite big amount of data that I get from backend for offline usage. It works perfectly well on Android and iOS, but when I try to use it in UWP project, I get the following error: "WinRT information: Error trying to write application data container value The size of the state manager setting value has exceeded the limit." It would be nice if the UWP version implemented a different solution and would allow to store bigger amounts of data.

jamesmontemagno commented 7 years ago

What type of data are you storing? You should be storing very small things like strings, bools, and ints.