
NFC (Near Field Communication) is a short-range, contactless wireless technology designed for fast, simple interactions—think “tap a phone to a tag.” It operates at 13.56 MHz, works over a few centimeters (often around ~2 cm in typical scenarios), and is special because an active device (like a phone) can also provide power to a passive tag, enabling battery-free stickers/cards. (Source: nfc-forum.org)
NFC uses near-field magnetic coupling (not “far-field” radio like Wi-Fi). In most everyday use:
That’s why an NFC sticker can be paper-thin and still “work” without any power source of its own—your phone briefly powers it during the tap.
When someone says “which NFC types work with which phones,” they usually mix together two layers:
In consumer projects (tap to open a page, tap to save a contact), the practical compatibility sweet spot is:
NFC tag that contains an NDEF message.
Android devices use a tag dispatch system. In practice, Android phones are “listening” for tags when the screen is unlocked (and NFC is enabled). Android strongly emphasizes NDEF as the best-supported standard and recommends using it “when possible” for maximum support; non-NDEF cases often require more custom handling. (Source: Android Developers)
What this means for real projects:
On iPhone, Core NFC provides the developer-facing capability to read NFC tags. Apple states that Core NFC can read NFC Forum tag types 1 through 5 that contain NDEF data. (Source: Apple Developer)
Apple also documents background tag reading behavior via its Tech Talks: background tag reading is supported on iPhone XS, iPhone XS Max, and iPhone XR, and the phone must be unlocked at least once after boot for background reading to work.
Practical takeaway:
If your goal is maximum compatibility across Android + iPhone, a common approach is to use NFC Forum Type 2 tags (very widely used for NDEF URLs and simple “tap actions”).
A popular example family is NXP NTAG213 / NTAG215 / NTAG216. They are designed to comply with NFC Forum Type 2 Tag and ISO/IEC 14443 Type A, and they differ mainly in user memory size:
Rule of thumb:
If you’re thinking about building an NFC-based business - smart business cards, review taps, product info tags, access flows, or anything in between - but you’re not 100% sure what you actually need, feel free to message us.
We’ll help you figure out the right setup (tag/chip type, memory size, materials like anti-metal, encoding/URL or vCard structure, and iPhone + Android compatibility) so you don’t waste time and money on trial-and-error.
To get a fast, precise recommendation, include:
Send us a message anytime -we’re happy to help. 🙂