Old data appears in SQLite database when reinstalling app

后端 未结 2 1963
后悔当初
后悔当初 2021-01-06 07:07

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

2条回答
  •  梦谈多话
    2021-01-06 07:30

    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.

提交回复
热议问题