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

# NFCNDEFReaderSession

A reader session for detecting NFC Data Exchange Format (NDEF) tags.

```
class NFCNDEFReaderSession
```

## Overview

As with the [`NFCReaderSession`](/documentation/CoreNFC/NFCReaderSession-swift.class) base class, only one NFC NDEF reader session can be active in the system at a time. If you create an additional session, the system puts it in a queue and processes it in first-in, first-out (FIFO) order.

## Topics

### Creating a Session

[`init(delegate:queue:invalidateAfterFirstRead:)`](/documentation/CoreNFC/NFCNDEFReaderSession/init(delegate:queue:invalidateAfterFirstRead:))

Creates and initializes a new NFC NDEF reader session.

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

A protocol that an object implements to serve as an NDEF reader session delegate.

### Connecting to a Tag

[`connect(to:completionHandler:)`](/documentation/CoreNFC/NFCNDEFReaderSession/connect(to:completionHandler:))

Connects the reader session to a tag and activates that tag.

### Restarting the Polling Sequence

[`restartPolling()`](/documentation/CoreNFC/NFCNDEFReaderSession/restartPolling())

Restarts the polling sequence so the reader session can discover new tags.



---

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)