<!--
{
  "availability" : [
    "macOS: 12.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSApplicationDelegate/applicationSupportsSecureRestorableState(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(pl)NSApplicationDelegate(im)applicationSupportsSecureRestorableState:"
  },
  "title" : "applicationSupportsSecureRestorableState(_:)"
}
-->

# applicationSupportsSecureRestorableState(_:)

Returns a Boolean value that indicates if the app supports secure state restoration.

```
@MainActor optional func applicationSupportsSecureRestorableState(_ app: NSApplication) -> Bool
```

## Parameters

`app`

The app object associated with the delegate.

## Return Value

`true` when the app supports secure state restoration; otherwise, `false`.

---

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)