Redth / ZXing.Net.Maui

Barcode Scanning for MAUI?
MIT License
437 stars 146 forks source link

Can this package be used for a .net 7 iOS app (no MAUI)? #130

Open rodrigojuarez opened 12 months ago

amirvenus commented 12 months ago

I have the same question for .net 6 Android app (no MAUI).

eliberi commented 11 months ago

I am also wondering this as there is nothing in the documentation, and I cannot figure out how to get it to work in a .net iOS (formerly Xamarin.iOS) app.

tanmaykane commented 9 months ago

It seems that it only supports MAUI. Could you please provide native .NET 7 support for iOS and Android (and consider support for upcoming .NET 8 for iOS and Android, if possible)? It would be greatly appreciated if you could also update the sample code for this implementation.

OllieStrevel commented 2 months ago

Any updates of this?

jbouche-work commented 2 months ago

@OllieStrevel , @tanmaykane , @eliberi , @amirvenus , @rodrigojuarez ^^.

Hi, I've the same problematic. I'm on .Net 8 for iOS (and for Android).

I used to use ZXing.Net.Mobile and the MobileBarcodeScanner for Xamarin.iOS and Xamarin.Android. This still work for Android but now not supported for iOS.

If it does not work, do you have found another alternative for ".Net for native iOS" ?

Sincerely.

OllieStrevel commented 2 months ago

For Xamarin.iOS, i use this example and works without any 3rd party component.

https://github.com/xamarin/ios-samples/tree/main/ios11/AVCamBarcode

OllieStrevel commented 2 months ago

are you sure Zxing.Net.Mobile works in Android.NET?

jbouche-work commented 2 months ago

For Xamarin.iOS, i use this example and works without any 3rd party component.

https://github.com/xamarin/ios-samples/tree/main/ios11/AVCamBarcode

Many thanks, I'll test it :)

jbouche-work commented 2 months ago

are you sure Zxing.Net.Mobile works in Android.NET?

Yes, on .Net 8 for Android targeting API 34 ^^.