Skip to content
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

Open
3GDXC opened this issue Mar 8, 2022 · 19 comments
Open

Support for NFC #5153

3GDXC opened this issue Mar 8, 2022 · 19 comments
Labels
area-essentials Essentials: Device, Display, Connectivity, Secure Storage, Sensors, App Info proposal/open
Milestone

Comments

@3GDXC
Copy link

3GDXC commented Mar 8, 2022

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

@3GDXC
Copy link
Author

3GDXC commented Mar 8, 2022

Also support for RFID as above would be good

@Redth Redth added the s/verified Verified / Reproducible Issue ready for Engineering Triage label Mar 9, 2022
@Redth Redth added this to the Future milestone Mar 9, 2022
@ghost
Copy link

ghost commented Mar 9, 2022

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.

@jsuarezruiz jsuarezruiz added the area-essentials Essentials: Device, Display, Connectivity, Secure Storage, Sensors, App Info label Mar 9, 2022
@Suleman218
Copy link

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

@jsuarezruiz
Copy link
Contributor

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

@Suleman218
Copy link

@jsuarezruiz Thanks for the update

@notyournick
Copy link

any news? has been a while.

Happy New Year to all.

@samhouts samhouts removed the s/verified Verified / Reproducible Issue ready for Engineering Triage label Apr 5, 2023
@Amine-Smahi
Copy link

News ?

@HeathersZen
Copy link

Bump!

@uestadeus
Copy link

Anything?

@developerSoluzione1
Copy link

I took an old Xamarin project and brought it to Maui with basically no changes. Tested in Android and works fine

https://github.com/acaliaro/XamarinDemoNfc

@uestadeus
Copy link

I took an old Xamarin project and brought it to Maui with basically no changes. Tested in Android and works fine

https://github.com/acaliaro/XamarinDemoNfc

Also for IOS ?

@uestadeus
Copy link

Oh my mistake it s written there only for android. i missed that. thanks anyway

@acaliaro
Copy link

I took an old Xamarin project and brought it to Maui with basically no changes. Tested in Android and works fine
https://github.com/acaliaro/XamarinDemoNfc

Also for IOS ?

Yes the Xamarin sample was also for iOS but I have not tested in Maui ( I think it should works)

@Rigo09
Copy link

Rigo09 commented Jul 26, 2023

Tomé un antiguo proyecto de Xamarin y lo traje a Maui básicamente sin cambios. Probado en Android y funciona bien

https://github.com/acaliaro/XamarinDemoNfc

Hello, could you please help me with the steps you follow to bring it to MAUI?

@acaliaro
Copy link

Tomé un antiguo proyecto de Xamarin y lo traje a Maui básicamente sin cambios. Probado en Android y funciona bien
https://github.com/acaliaro/XamarinDemoNfc

Hello, could you please help me with the steps you follow to bring it to MAUI?

https://github.com/acaliaro/MauiAppTestNfcAndroid

@andreas-spindler-mw
Copy link

Any updates?

The Plugin.NFC seems to be not working on newer iOS versions: franckbour/Plugin.NFC#148

@kennykanp
Copy link

I've been running tests on both net7.0-ios and net8.0-ios, but I keep encountering this error

Time	Device Name	Type	PID	Tag	Message
Feb  3 18:42:18	Kennys-iPhones	Notice	29865	Xamarin.PreBuilt.iOS(CoreNFC)	-[NFCNDEFReaderSession beginSession]:363

Time	Device Name	Type	PID	Tag	Message
Feb  3 18:46:19	Kennys-iPhones	Notice	29865	Xamarin.PreBuilt.iOS(CoreNFC)	-[NFCNDEFReaderSession _invalidateSessionWithCode:message:finalUIState:activateCallback:]:971 code=4099, finalUIState=0, activateCallback=1
Time	Device Name	Type	PID	Tag	Message
Feb  3 18:46:19	Kennys-iPhones	Error	29865	Xamarin.PreBuilt.iOS(CoreNFC)	-[NFCNDEFReaderSession beginSessionWithConfig:]:443 error:Error Domain=NSCocoaErrorDomain Code=4099 UserInfo={NSDebugDescription=<private>}, errorCode: 0x1003

@Amine-Smahi
Copy link

Any update ?

@napangelo
Copy link

Hi, any news on the integration of nfc support in maui? is there an approximate date? @jsuarezruiz

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-essentials Essentials: Device, Display, Connectivity, Secure Storage, Sensors, App Info proposal/open
Projects
None yet
Development

No branches or pull requests