How to...

How to Get App Bundle ID, Team ID, and Code Requirement

How to Get App Bundle ID, Team ID, and Code Requirement

💡iMazing 3
This guide is not yet complete or updated for iMazing 3. An update will be available soon.

Macs offer admins a comprehensive list of options for managing apps and their permissions with configuration profiles. Admins can grant apps with Privacy Preferences Policy Control (PPPC) permissions, allow them to use notifications, force their background agents, approve their system extensions, and more.

The challenge is that using these options requires you, the admin, to identify your apps by their bundle ID, team ID, and code requirement — details which apps do not readily expose.

In recent years, new macOS versions have added more and more payloads that make use of these details, up to a point where admins can no longer avoid using at least one of them — making app configuration both non-optional and possibly laborious. That is, of course, if you don't use iMazing Profile Editor.

Getting bundle ID, team ID, and code requirement using iMazing Profile Editor

The easiest way to get the bundle ID, team ID, and code requirement of an app is using the App Inspector — a tool included with iMazing Profile Editor for macOS:

  1. Launch iMazing Profile Editor if it is not already open.
  2. Access the App Inspector using the Inspect App... option in the Tools menu, or using the keyboard shortcut ⌘I.

    The iMazing Profile Editor menu bar showing the 'Inspect App...' option

  3. In the presented prompt, select the app that you would like to inspect and click Inspect.
  4. An App Inspector window will open with the required details.

An App Inspector window displaying the bundle ID, team ID, code requirement, and more of iMazing

Copying Details to the Clipboard

Every relevant field in the inspector window can be copied to the clipboard for easy pasting in your configuration profile or elsewhere.

Simply hover with your mouse cursor over a row, and press the Copy button that appears to the right. You can also select the text and press ⌘C.

A mouse cursor hovering over the copy button next to the bundle ID row in an App Inspector window

iMazing Profile Editor can be downloaded for free, and is also bundled with iMazing — so you may already have it.

The App Inspector is available in iMazing Profile Editor from version 1.9.0 and is a macOS only feature.

Getting bundle ID, team ID, and code requirement using the command-line

For both comparison and reference, here are the command-line methods we used for obtaining bundle ID, team ID, and code requirement before the App Inspector was available.

The following command will give you both the bundle ID (Identifier) and the team ID (TeamIdentifier):

codesign -dv [path to the app]

And, this next command will give you the code requirement:

codesign -dr - [path to the app]

Pay close attention to what part of the command output you are copying, because the code requirement is not the entirety of it. Instead, it is only what comes after designates => and after the space that follows it.


💡 Note: don't miss the extra dash between the options and app path that is required for the second command, but not for the first.



Feedback

We'd love to hear if there's any way in which we could help make your app configuration experience even better.

We are happy to take feedback over at our support request form. We are also actively engaging with users on our Mac Admins Slack channel, #imazing_profile_editor, which we invite you to join.