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

# NFCReaderSession

The abstract base class that represents a reader session for detecting NFC tags.

```
class NFCReaderSession
```

## Overview

You do not create instances of this class. Instead, you create and use an instance of [`NFCNDEFReaderSession`](/documentation/CoreNFC/NFCNDEFReaderSession) or [`NFCTagReaderSession`](/documentation/CoreNFC/NFCTagReaderSession). Only one reader session of any type can be active in the system at a time. The system puts additional sessions in a queue and processes them in FIFO order.

## Topics

### Determining Tag Reading Capability

[`readingAvailable`](/documentation/CoreNFC/NFCReaderSession-swift.class/readingAvailable)

A Boolean value that determines whether the device supports NFC tag reading.

### Working with a Session

[`delegate`](/documentation/CoreNFC/NFCReaderSession-swift.class/delegate)

The delegate of the reader session.

[`sessionQueue`](/documentation/CoreNFC/NFCReaderSession-swift.class/sessionQueue)

The queue on which the reader session delegate callbacks and completion block handlers are dispatched.



---

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)