Hello,
I have a problem with SQLiteConnection on Windows Phone. Program crashes on connection initializing. Same code works great on Android.
I have Shared project and using SQLite.NET PLC for it with sqlite-net-wp NuGet package.
Also i have added reference to SQLite in WP8 project.
Target platform is Windows Phone 8.1(Silverlight).
Also i have added USE_NATIVE_SQLITE to WP project properties.
Does anyone has any ideas why it's not working?