Last year I was in Bologna for PragmaConf 2025. It was my first time at that conference, and, as it turned out, also my last - the organizers canāt keep it running, so the edition I went to was the final one. Iām still a little sad about it.
While I was there I got talking to Alexander Manzer, a fellow iOS and NFC developer. At some point the conversation drifted to a problem Iād long since filed under āimpossibleā: reading NFC tags on an iPad. iPads have no NFC chip, so Iād always told people it simply couldnāt be done. Alexander told me it could - with the right external reader - and offered to send me a small piece of code to get started. He did, a few days later. That snippet is the reason NFC.cool can now read NFC tags on iPad and Mac.
I told you this wouldnāt work
Back in May, when NFC.cool came to Mac, I wrote a whole section on what the Mac canāt do and put NFC scanning right at the top of it. My reasoning was simple: Macs have no NFC radio, iPads have no NFC radio, and that is a hardware limit no software update of mine can fix.
That part is still true - for the chip built into the device. What I missed is that you donāt have to use the built-in chip. You can plug one in.
How it works without an NFC chip
The trick is an external USB NFC reader. You connect it to your iPad or Mac, and NFC.cool talks to it directly. There are no drivers to install: it works through the smart-card support Apple already ships in iPadOS and macOS, so the moment you plug the reader into the USB-C port, the app notices it and switches over on its own.
The app prefers an external reader whenever one is plugged in. On an iPad or Mac that reader is the only NFC hardware in play, so there is nothing to decide. On an iPhone it becomes a choice the app makes for you: plug a reader in and NFC.cool uses it, leave it unplugged and the phone falls back to its own built-in NFC. You donāt flip a setting, and you donāt pick a mode - the app figures out what hardware it has and acts accordingly.
The reader I built this around, and the only one I have actually tested, is the HID OMNIKEY 5022 CL. Other USB readers may work, but I canāt promise it, because I have only verified the experience end to end with that one. If you try a different reader, I genuinely want to know how it goes: tell me whether it worked or where it broke, and Iāll fold what I learn back into the app and this post.
What you can do with it
Almost everything you would do on an iPhone. You can read tags and dump their full memory, write NDEF messages, and run batch jobs that read or write a whole stack of tags one after another. Password-protecting tags works. So does OpenPrintTag, the 3D-printer filament-spool format, in both directions. And yes, the Philips Sonicare brush-head reset runs too.
That last one was the hard part. Resetting a Sonicare head means reading a counter off the tag and then writing back to a password-protected page, and the tag only accepts that write if it still considers you authenticated from a moment earlier. Through an external reader, that meant holding a single session with the reader open across both steps instead of letting it close in between. Once that held, the operations that depend on it - protected writes, the brush reset - started behaving the way they do on a phone.
The honest limits
A couple of things still arenāt there, and I would rather tell you than let you find out.
The OMNIKEY 5022 CL is the only reader I have tested. A different one puts you in unverified territory.
MIFARE Classic tags are read-only through the reader. You can read them, not write them.
None of these break the way most people will use this, but they are real, and they are the kind of thing Iād want to know before buying a reader.
Thanks, Alexander
I want to be clear about where this came from. I didnāt sit down and invent it - Alexander handed me the thread and I pulled on it. He didnāt have to share that code, and Iām grateful he did. Part of why I chased it so hard afterward is plain: I wanted NFC.cool to be the first iPad app that could actually read an NFC tag. Whether or not it turns out to be the very first, getting there was worth the work.
NFC tag reading on iPad and Mac arrives in NFC.cool 6.15.0. If you have an iPad or a Mac, a supported reader, and a tag you could never scan from your desk before, it will just work.
Need the reader? Here is the HID OMNIKEY 5022 CL on Amazon US and Amazon Europe. Those are affiliate links: if you buy through one I may earn a small commission at no extra cost to you, and it helps fund the work on NFC.cool.
Download NFC.cool Tools for iPhone, iPad, and Mac
And if you were at that last PragmaConf in Bologna: thanks for a good one. I wish there were going to be another.