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

# isEnabled

A flag that indicates whether the universal link is enabled.

```
var isEnabled: Bool { get set }
```

## Discussion

This Boolean property indicates if the universal link is enabled.

When enabled, this property has two defined behaviors:

1. If an application opens the universal link, the system opens the link in the native application represented by the application URL property instead of the browser.
2. If a browser opens the universal link, it can choose to open the URL using <doc://com.apple.documentation/documentation/AppKit/NSWorkspace/open(_:withApplicationAt:configuration:completionHandler:)>, or can present other information to the user as appropriate.

When this property is disabled, the browser simply opens the URL as it normally would.

---

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)