I want to encrypt my Localdatabase and my application involves xamarin.forms,xamarin.mac,and a classlibrary. I am using package sqlite-net-sqlcipher
STRUCTURE:
I am using xamarin.forms and cocoa app(xamarin.mac) in integration with it.
My xamarin.forms deals with all the UI and cocoa app(xamarin.mac) does interaction with all the mac api’s .
I have a seperate class library which handles all the database part. All of these projects builds sucessfully when i build them individually.
The moment i set my xamarin.mac project as my start up and run the application it throws the following error at the line new SQLiteAsyncConnection(connectionstring)