<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: -"
  ],
  "documentType" : "symbol",
  "framework" : "ManagedSettings",
  "identifier" : "/documentation/ManagedSettings/ApplicationSettings/blockedApplications-swift.property",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Managed Settings"
    ],
    "preciseIdentifier" : "s:15ManagedSettings011ApplicationB0V19blockedApplicationsShyAA0C0VGSgvp"
  },
  "title" : "blockedApplications"
}
-->

# blockedApplications

A set of applications for the system to block.

```
var blockedApplications: Set<Application>? { get set }
```

## Discussion

The system hides blocked applications and prevents the user from launching them.
The value is `nil` if your app doesn’t specify a set of apps to block.
Your app can shield up to 50 applications at once.

---

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)