I\'ve got a Xamarin Forms app that uses an SQLite database to store user data, including a login token that I use for authenticating with a REST API.
I\'m getting a
Actually why do you want to store token in SQLite Table. You could use https://www.nuget.org/packages/Xam.Plugins.Settings/ to store token.