<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreNFC",
  "identifier" : "/documentation/CoreNFC/NFCNDEFStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Core NFC"
    ],
    "preciseIdentifier" : "c:@E@NFCNDEFStatus"
  },
  "title" : "NFCNDEFStatus"
}
-->

# NFCNDEFStatus

Constants that indicate status for an NDEF tag.

```
enum NFCNDEFStatus
```

## Topics

### Statuses

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

A status indicating that that tag isn’t an NDEF-formatted tag.

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

A status indicating that the tag supports reading NDEF message data only.

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

A status indicating that the tag supports reading and writing NDEF message data.



---

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)