Hi,
Has anyone had any success using SQLCipher from an iOS today extension? (we’re using xamarin.iOS)
We are working on adding an extension to our existing project but at the point of loading data from SqlCipher is seems our extension is terminated every time.
It is only reading from a very small database but I’m concerned mostly about the size of the dependancy and the tight memory limitations for iOS extensions.
Thanks