<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreNFC",
  "identifier" : "/documentation/CoreNFC/NFCNDEFTag",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Core NFC"
    ],
    "preciseIdentifier" : "c:objc(pl)NFCNDEFTag"
  },
  "title" : "NFCNDEFTag"
}
-->

# NFCNDEFTag

An interface for interacting with an NDEF tag.

```
protocol NFCNDEFTag : NSCopying, NSSecureCoding, NSObjectProtocol
```

## Topics

### Getting the Tag Status

[`isAvailable`](/documentation/CoreNFC/NFCNDEFTag/isAvailable)

A Boolean value that determines whether the NDEF tag is available in the current reader session.

[`queryNDEFStatus(completionHandler:)`](/documentation/CoreNFC/NFCNDEFTag/queryNDEFStatus(completionHandler:))

Asks the reader session for the NDEF support status of the tag.

[`NFCNDEFStatus`](/documentation/CoreNFC/NFCNDEFStatus)

Constants that indicate status for an NDEF tag.

### Reading the Tag

[`readNDEF(completionHandler:)`](/documentation/CoreNFC/NFCNDEFTag/readNDEF(completionHandler:))

Retrieves an NDEF message from the tag.

### Writing to the Tag

[`writeNDEF(_:completionHandler:)`](/documentation/CoreNFC/NFCNDEFTag/writeNDEF(_:completionHandler:))

Saves an NDEF message to a writable tag.

[`writeLock(completionHandler:)`](/documentation/CoreNFC/NFCNDEFTag/writeLock(completionHandler:))

Changes the NDEF tag status to read-only, preventing future write operations.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)