<!--
{
  "availability" : [
    "iOS: 11.4.0 -",
    "iPadOS: 11.4.0 -",
    "macCatalyst: 11.4.0 -",
    "macOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ClassKit",
  "identifier" : "/documentation/ClassKit/CLSContext/universalLinkURL",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "ClassKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CLSContext(py)universalLinkURL"
  },
  "title" : "universalLinkURL"
}
-->

# universalLinkURL

A URL that leads to the content in your app associated with the current context.

```
var universalLinkURL: URL? { get set }
```

## Discussion

Use this property if your app already supports universal links. Otherwise, consider supporting user activities instead. For more information, see in <doc://com.apple.classkit/documentation/ClassKit/linking-directly-to-assignments>.

---

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)