<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 1.1.0 -",
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ExtensionFoundation",
  "identifier" : "/documentation/ExtensionFoundation/AppExtensionPoint/Name",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "ExtensionFoundation"
    ],
    "preciseIdentifier" : "s:19ExtensionFoundation03AppA5PointV4NameV"
  },
  "title" : "AppExtensionPoint.Name"
}
-->

# AppExtensionPoint.Name

A type that defines the name of an extension point.

```
struct Name
```

## Overview

Add this type to each extension point definition you create in your host app. Provide
a unique string for each of your app’s extension points. App extensions that want to
bind to the extension point include this name in their binding.

## Topics

### Creating a name attribute

[`init(StaticString)`](/documentation/ExtensionFoundation/AppExtensionPoint/Name/init(_:))

Initializes the name type with the specified string.



---

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)