---
title: blockedApplications
framework: managedsettings
role: symbol
role_heading: Instance Property
path: managedsettings/applicationsettings/blockedapplications-swift.property
---

# blockedApplications

A set of applications for the system to block.

## Declaration

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

## Discussion

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.

## See Also

### Blocking applications

- [blockedApplications](managedsettings/applicationsettings/blockedapplications-swift.type.property.md)
