Uwe Schaller

Results 16 comments of Uwe Schaller

Any updates? I guess it the same issue like #2057 Is there any workaround already?

On MAUI as well. The file is not encrypted on iOS 16.4 simulator. Reproducible on that sample app: https://github.com/jfversluis/MauiEncryptedSqliteSample.

@ericsink I did remove the SQLitePCLRaw.bundle_green and got a missing DLL exception. But add **SQLitePCLRaw.bundle_e_sqlcipher** manually solved that. on Android part I had to add **SQLitePCLRaw.provider.dynamic_cdecl** as well. Now **sqlite-net-sqlcipher**...

It's one year ago that Facebook fixed the bug on there side. Why it takes so long to fix the Xamarin binding? This is a "blocker" bug. The app will...

I guess we would need version [17.0.1](https://github.com/facebook/facebook-ios-sdk/blob/main/CHANGELOG.md#1701) to solve that.

Ok, I solved it by changing the iOS Deployment Target in WidgetCenterProxy.xcodeproj to 12.0 and added Xamarin.iOS.SwiftRuntimeSupport to my Xamarin app to add the swift support. > In order to...