ZXing Xamarin Forms iOS 白色背景(没有自定义渲染器)

ZXing Xamarin Forms iOS white background (without Custom Renderer)

我已经实现了 ZXing.Xamarin.Mobile.Forms QR 扫描器(Nuget 包)和自定义覆盖。

在 Android 中它运行良好,但在 iOS 中我没有扫描仪和白色背景。

包也被添加到 iOS 项目中。

有人遇到过吗?

我知道如何使用自定义渲染器对其进行编程,所以我对有关此的答案不感兴趣。

你在 AppDelegate 和 MainActivity 中添加了 init() 了吗?

来自样本:

Android:

https://github.com/Redth/ZXing.Net.Mobile/blob/master/Samples/Forms/Droid/MainActivity.cs

iOS:

https://github.com/Redth/ZXing.Net.Mobile/blob/master/Samples/Forms/iOS/AppDelegate.cs