All
I have tried many NFC reader demos, it just opened up a scanning popup and after a few times it get a timeout not detecting the NFC card.
I have also tried the apple office NFC Reader demo in that also NFC not detected. Here is the link to apple official demo: https://developer.apple.com/documentation/corenfc/building_an_nfc_tag-reader_app
It is run successfully but does not detect credit card NFC, I have tried the same credit card on other NFC applications and the card is working fine.
I am trying on iPhone 12 with iOS 15.1 version.
2
Answers
Two Points
Credit cards do not contain NDEF messages and this is what the Official Demo App is on designed to read.
And Apple does not allow normal users to read Credit cards, if you look at the main documentation for CoreNfc it says
Apple’s NFC support is poor compared to Android
Credit cards do not have NDEF messages.
Try below options ways:-
Moreover, read this documentation provided by apple :- CoreNFC