<!--
{
  "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

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

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

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

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

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

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

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

---

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)