<!--
{
  "availability" : [
    "macOS: 10.15.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SafariServices",
  "identifier" : "/documentation/SafariServices/SFUniversalLink/applicationURL",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Safari Services"
    ],
    "preciseIdentifier" : "c:objc(cs)SFUniversalLink(py)applicationURL"
  },
  "title" : "applicationURL"
}
-->

# applicationURL

The URL to the app that can open this universal link.

```
var applicationURL: URL { get }
```

## Discussion

The URL represents a location on the file system. You can retrieve additional information about this app using <doc://com.apple.documentation/documentation/Foundation/NSURL/resourceValues(forKeys:)>.

---

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)