-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for NFC #5153
Comments
Also support for RFID as above would be good |
We've moved this issue to the Future milestone. This means that it is not going to be worked on for the coming release. We will reassess the issue following the current release and consider this item at that time. |
Any update on this issue. I also have requirement of using NFC in my Maui app instead many people have an eye on this. @Redth @jsuarezruiz |
At this moment we are focused in performance and quality (bug fixing). We will take into account requests like this one in the future but for now, you can use the code from community plugins like https://github.com/franckbour/Plugin.NFC |
@jsuarezruiz Thanks for the update |
any news? has been a while. Happy New Year to all. |
News ? |
Bump! |
Anything? |
I took an old Xamarin project and brought it to Maui with basically no changes. Tested in Android and works fine |
Also for IOS ? |
Oh my mistake it s written there only for android. i missed that. thanks anyway |
Yes the Xamarin sample was also for iOS but I have not tested in Maui ( I think it should works) |
Hello, could you please help me with the steps you follow to bring it to MAUI? |
|
Any updates? The Plugin.NFC seems to be not working on newer iOS versions: franckbour/Plugin.NFC#148 |
I've been running tests on both net7.0-ios and net8.0-ios, but I keep encountering this error
|
Any update ? |
Hi, any news on the integration of nfc support in maui? is there an approximate date? @jsuarezruiz Thanks |
Description
I would like to create a inventory management system using MAUI; warehouses currently use a mixture of Barcodes, QR codes, RFID and NFC tagged products and/or stillages. It would be good if MAUI provided as part of the essentials namespace NFC support for devices.
Public API Changes
var nfc = new NFC();
nfc.event+=processEvent;
await nfc.ListenAsync( );
Intended Use-Case
holding the device up to/close to a NFC tag would trigger the event with the event args containing the NFC tag data
The text was updated successfully, but these errors were encountered: