I have recently upgraded my application from Xamarin Native to .NET iOS and .NET Android.
I wanted to implement barcode scanning in my application so I started using the Zxing.Mobile
for both iOS and Android, but it looks like the library or Nuget packages are not updated for .NET 8.0.
I tried to use AVFoundation in iOS but also facing issues.
In Android, is there any other way except using Google ML?
Please guide me if I can still use Zxing in .NET iOS and Android.
Thanks in advance