I've created xamarin.forms app.
In portable project, I'm creating SQLiteConnection using singleton pattern and I'm using this connection in platform specific projects.
On android it works perfectly fine, but on iOS, the app fails with exception "SQLite.SQLiteException: Could not open database file".
↧
Using singleton pattern for creating SQLiteConnection in Xamarin.forms is not working for iOS.
↧