<!--
{
  "availability" : [
    "iOS: 17.4.0 -",
    "iPadOS: 17.4.0 -",
    "macCatalyst: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreNFC",
  "identifier" : "/documentation/CoreNFC/NFCPresentmentIntentAssertion/isValid",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Core NFC"
    ],
    "preciseIdentifier" : "s:7CoreNFC29NFCPresentmentIntentAssertionC7isValidSbvp"
  },
  "title" : "isValid"
}
-->

# isValid

A Boolean property that indicates whether the presentment intent assertion instance is still valid.

```
final var isValid: Bool { get }
```

## Discussion

This value is `true` when you first acquire a presentment intent assertion. It becomes `false` when any of the following occur:

- Your app goes into the background.
- The maximum presentment intention assertion duration expires.

---

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)