<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: -"
  ],
  "documentType" : "symbol",
  "framework" : "ManagedSettings",
  "identifier" : "/documentation/ManagedSettings/Application",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Managed Settings"
    ],
    "preciseIdentifier" : "s:15ManagedSettings11ApplicationV"
  },
  "title" : "Application"
}
-->

# Application

A representation of an application on the user’s device.

```
struct Application
```

## Overview

Managed Settings represents apps with tokens to preserve user privacy and control.

## Topics

### Creating an application

[`init(bundleIdentifier: String)`](/documentation/ManagedSettings/Application/init(bundleIdentifier:))

Creates an object that represents the app with the specified bundle identifier.

[`init(token: ApplicationToken)`](/documentation/ManagedSettings/Application/init(token:))

Creates an object that represents the app with the specified token.

### Accessing application information

[`let bundleIdentifier: String?`](/documentation/ManagedSettings/Application/bundleIdentifier)

The unique string that identifies this app.

[`let token: ApplicationToken?`](/documentation/ManagedSettings/Application/token)

An opaque representation of a specific web domain.

[`let localizedDisplayName: String?`](/documentation/ManagedSettings/Application/localizedDisplayName)

A localized display name for the application.

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

---

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)