---
title: NFCNDEFStatus.notSupported
framework: corenfc
role: symbol
role_heading: Case
path: corenfc/nfcndefstatus/notsupported
---

# NFCNDEFStatus.notSupported

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

## Declaration

```swift
case notSupported
```

## Discussion

Discussion You cannot perform read and write operations on the tag.

## See Also

### Statuses

- [NFCNDEFStatus.readOnly](corenfc/nfcndefstatus/readonly.md)
- [NFCNDEFStatus.readWrite](corenfc/nfcndefstatus/readwrite.md)
