<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ExtensionKit",
  "identifier" : "/documentation/ExtensionKit/AppExtensionSceneConfiguration/accept(connection:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "ExtensionKit"
    ],
    "preciseIdentifier" : "s:12ExtensionKit03AppA18SceneConfigurationV6accept10connectionSbSo15NSXPCConnectionC_tF"
  },
  "title" : "accept(connection:)"
}
-->

# accept(connection:)

A closure the framework calls when a host tries to connect to this extension.

```
nonisolated func accept(connection: NSXPCConnection) -> Bool
```

## Return Value

A Boolean value that indicates whether the extension accepts the connection.

## Discussion

- connection: The incoming XPC connection object.

---

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)