Post

Replies

Boosts

Views

Activity

NFCTagReaderSession and Mifare Classic chips
Hi,Has anyone encountered this problem?- NFC Chip we use : NXP Mifare Classic 1k with a NDEF record.- With the NFCNDEFReaderSession class, no problem to detect the NFC chip.- With the NFCTagReaderSession class, no reaction, the popup show up but nothing happen.- The NFCTagReaderSession works well with Mifare Ultralight, NTAG21x, and more, the problem is specific to Mifare Classic chips.I don't understand why as my polling options are correct.readerSession = NFCTagReaderSession(pollingOption: [.iso14443, .iso15693, .iso18092], delegate: self, queue: nil);Seems like the Mifare Classic chips are not compatible with the NFCTagReaderSession class.If someone can help us, it's would be great 🙂Have a great day.Best.Julien.
3
0
2.4k
Sep ’19