SQLite.NET-PCL – When I check for an existing user the function always return true even if the database table is empty
So, I create an async connection on the app start which creates a "Profiles.db3" in the "data/user/0/com.your.mypackage/files" (I checked, it exists and is empty) Everytime I try to register as a new user it always tells me there’s an existing user This is the method to check for an existing user: public async Task<bool> CheckExistingUser(Profile… Read More SQLite.NET-PCL – When I check for an existing user the function always return true even if the database table is empty