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

# bundleIdentifier

The unique string that identifies this app.

```
let bundleIdentifier: String?
```

## Discussion

In an extension that provides shield configurations, this property provides the app’s bundle identifier.
When you access this property outside that extension, the value is `nil`.
See `ShieldConfigurationDataSource` in the `ManagedSettingsUI` framework for more information.

---

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)