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

# NFCNDEFReaderSessionDelegate

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

```
protocol NFCNDEFReaderSessionDelegate : NSObjectProtocol
```

## Topics

### Handling Session Activation

[`readerSessionDidBecomeActive(_:)`](/documentation/CoreNFC/NFCNDEFReaderSessionDelegate/readerSessionDidBecomeActive(_:))

Tells the delegate that the reader session is active.

### Finding NDEF Messages and Tags

[`readerSession(_:didDetectNDEFs:)`](/documentation/CoreNFC/NFCNDEFReaderSessionDelegate/readerSession(_:didDetectNDEFs:))

Tells the delegate that the session detected NFC tags with NDEF messages.

[`readerSession(_:didDetect:)`](/documentation/CoreNFC/NFCNDEFReaderSessionDelegate/readerSession(_:didDetect:))

Tells the delegate that the session detected NFC tags with NDEF messages and enables read-write capability for the session.

### Handling an Invalidated Session

[`readerSession(_:didInvalidateWithError:)`](/documentation/CoreNFC/NFCNDEFReaderSessionDelegate/readerSession(_:didInvalidateWithError:))

Tells the delegate the reason for invalidating a reader session.



---

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)