# Application Bundle IDs in Apple Profiles ## What Some profile types require an Application Bundle Identifier to be supplied to the Profile. In some instances this may be added automatically. Examples of Profiles that require Application Bundle IDs are: - Notifications - Home Screen Layout ## When/Why Perhaps it would be desirable to create a Profile to preset Notification options for Teams or maybe choose where in the Home Screen Teams is located. ## HOW ### Search & Create Payload Taking Notifications as an example, choosing to create a Notifications Payload, a Search box pops up:
FileWave CentralFileWave Anywhere
[![image.png](https://kb.filewave.com/uploads/images/gallery/2023-09/scaled-1680-/oBkPgmcZik7IX2C6-image.png)](https://kb.filewave.com/uploads/images/gallery/2023-09/oBkPgmcZik7IX2C6-image.png)[![image.png](https://kb.filewave.com/uploads/images/gallery/2023-09/scaled-1680-/dkacmlqpWuWaVWdC-image.png)](https://kb.filewave.com/uploads/images/gallery/2023-09/dkacmlqpWuWaVWdC-image.png)
Using Microsoft Teams as an example, the search may provide the following output:
[![image.png](https://kb.filewave.com/uploads/images/gallery/2023-09/scaled-1680-/XcsrqBqh27AhI4EM-image.png)](https://kb.filewave.com/uploads/images/gallery/2023-09/XcsrqBqh27AhI4EM-image.png)[![image.png](https://kb.filewave.com/uploads/images/gallery/2023-09/scaled-1680-/L06S9miJZMT1rKxE-image.png)](https://kb.filewave.com/uploads/images/gallery/2023-09/L06S9miJZMT1rKxE-image.png)
On selecting the Store App for Microsoft Teams from the list, the following is shown: [![image.png](https://kb.filewave.com/uploads/images/gallery/2023-09/scaled-1680-/F3qobcGN6QcACChj-image.png)](https://kb.filewave.com/uploads/images/gallery/2023-09/F3qobcGN6QcACChj-image.png) However, in the background FileWave has lifted the Bundle ID from the App Store query and inserted this into the underlying profile: ``` NotificationSettings = Array { Dict { BadgesEnabled = false ShowInCarPlay = false ShowInLockScreen = true AlertType = 1 GroupingType = 0 CriticalAlertEnabled = false SoundsEnabled = true BundleIdentifier = com.microsoft.skype.teams PreviewType = 0 NotificationsEnabled = true ShowInNotificationCenter = true } } ``` Note, this is the Bundle ID of the iOS Application for Microsoft Teams; the macOS Bundle ID is: com.microsoft.teams Therefore, to manage Teams for macOS in one of these Payloads would require manually entering the Bundle ID into the Search box, since there is no App Store version to be found.
FileWave CentralFileWave Anywhere
[![image.png](https://kb.filewave.com/uploads/images/gallery/2023-09/scaled-1680-/KSf7e6rmCZX4AIgK-image.png)](https://kb.filewave.com/uploads/images/gallery/2023-09/KSf7e6rmCZX4AIgK-image.png) [![image.png](https://kb.filewave.com/uploads/images/gallery/2023-09/scaled-1680-/afEpt3taM1ESCUJM-image.png)](https://kb.filewave.com/uploads/images/gallery/2023-09/afEpt3taM1ESCUJM-image.png)
Upon entering the Bundle ID into the search box, select the one listed as the Bundle Identifier and accept this.

Re-opening the Payload in the future may show the Bundle ID instead of the App name, where App Store items were previously accepted.

[![image.png](https://kb.filewave.com/uploads/images/gallery/2023-09/scaled-1680-/MUCM0AYraIrpR9ED-image.png)](https://kb.filewave.com/uploads/images/gallery/2023-09/MUCM0AYraIrpR9ED-image.png) Home Screen Layout is another Payload example which requires a Bundle ID and the search should behave in the same manner, where if found, the App Store version may be selected, otherwise the Application Bundle ID must be added manually into the search box to be selected:
[![image.png](https://kb.filewave.com/uploads/images/gallery/2023-09/scaled-1680-/aCdnWeZqG1AjwmKE-image.png)](https://kb.filewave.com/uploads/images/gallery/2023-09/aCdnWeZqG1AjwmKE-image.png)[![image.png](https://kb.filewave.com/uploads/images/gallery/2023-09/scaled-1680-/lxLSa1IuteRmcwos-image.png)](https://kb.filewave.com/uploads/images/gallery/2023-09/lxLSa1IuteRmcwos-image.png)
### Obtaining the Bundle Identifier. Since the Bundle Identifier is required, it must be discovered. If the Application exists on a managed device, then an Inventory Query may be built to obtain the Application Bundle ID:
[![image.png](https://kb.filewave.com/uploads/images/gallery/2023-09/scaled-1680-/WQYjOBAevprqoQLI-image.png)](https://kb.filewave.com/uploads/images/gallery/2023-09/WQYjOBAevprqoQLI-image.png) [![image.png](https://kb.filewave.com/uploads/images/gallery/2023-09/scaled-1680-/kXUYiVvEn5vufzEy-image.png)](https://kb.filewave.com/uploads/images/gallery/2023-09/kXUYiVvEn5vufzEy-image.png)
## Related Content - [Profile Editor Details for Apple](https://kb.filewave.com/books/profiles-apple/page/profile-editor-details-for-apple)