I have C# code base that runs under Windows and uses System.Data.SQLite. All assemblies are .netstandard2.0 and it should run under Xamarin IOS, but System.Data.SQLite depends on native code dll file and there is no build for native SQLite.Interop.dll for IOS.
Is it possible to build the sqlite native code from source for IOS. Is it going to work with DLLImports that managed code uses under IOS?