I am trying to make a cross platform app using a local sqlite db and I got the plumming for IOS and Android set up.
I get to the point where I can get the db using "adb.exe and pull". I use DB browser for Sqlite to view the db file. The file has no tables.
But when I look into the SQLiteConnection in the code I can see the tables and if I query I get data.
Any ideas?
-- update
maybe I shoud mention. I am using Visual Studio with Xamarin forms and sqlite-net-pcl