You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: memdocs/intune/apps/lob-apps-macos-dmg.md
+18-8Lines changed: 18 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ keywords:
8
8
author: Erikre
9
9
ms.author: erikre
10
10
manager: dougeby
11
-
ms.date: 02/17/2022
11
+
ms.date: 03/14/2022
12
12
ms.topic: how-to
13
13
ms.service: microsoft-intune
14
14
ms.subservice: apps
@@ -96,6 +96,9 @@ You can use detection rules to choose how an app installation is detected on a m
96
96
97
97
**Ignore app version**: Select **Yes** to install the app if the app is not already installed on the device. This will only look for the presence of the app bundle ID. For apps that have an auto-update mechanism, select **Yes**. Select **No** to install the app when it is not already installed on the device, or if the deploying app's version number does not match the version that's already installed on the device.
98
98
99
+
> [!NOTE]
100
+
> To **Uninstall** group assignments, consider the **Ignore app version** setting. When **Ignore app version** is set to **No**, the app bundle ID and version number must match to remove the app. When **Ignore app version** is set to **Yes**, only the app bundle ID must match to remove the app.
101
+
99
102
**Included apps**: Provide the apps that are contained in the uploaded file. Included app bundle IDs and build numbers are used for detecting and monitoring app installation status of the uploaded file. Included apps list should only contain the application(s) installed by the uploaded file in **Applications** folder on Macs. Any other type of file that is not an application or an application that is not installed to **Applications** folder should be excluded from the **Included apps** list. If **Included apps** list contains files that are not applications or if all the listed apps are not installed, app installation status does not report success.
100
103
101
104
> [!NOTE]
@@ -107,9 +110,9 @@ You can use detection rules to choose how an app installation is detected on a m
> - Alternatively, the `CFBundleIdentifier` and `CFBundleVersion` can be found under the ```<app_name>.app/Contents/Info.plist``` file of a mounted DMG file on a Mac.
115
+
> - Alternatively, the `CFBundleIdentifier` and `CFBundleShortVersionString` can be found under the ```<app_name>.app/Contents/Info.plist``` file of a mounted DMG file on a Mac.
113
116
114
117
## Step 4 – Select scope tags (optional)
115
118
@@ -119,7 +122,14 @@ You can use scope tags to determine who can see client app information in Intune
119
122
120
123
## Step 5 - Assignments
121
124
122
-
1. Select the **Required group assignments** for the app. For more information, see [Add groups to organize users and devices](../fundamentals/groups-add.md) and [Assign apps to groups with Microsoft Intune](../apps/apps-deploy.md).
125
+
You can select the **Required** or **Uninstall** group assignments for the app. For more information, see [Add groups to organize users and devices](../fundamentals/groups-add.md) and [Assign apps to groups with Microsoft Intune](../apps/apps-deploy.md).
126
+
127
+
> [!NOTE]
128
+
> A macOS app deployed using Intune agent will not automatically be removed from the device when the device is retired. The app and data it contains will remain on the device. It is recommended that the app is removed prior to retiring the device.
129
+
130
+
1. For the specific app, select an assignment type:
131
+
-**Required**: The app is installed to `/Applications/` directory on devices in the selected groups.
132
+
-**Uninstall**: The app is uninstalled from `/Applications/` directory on devices in the selected groups.
123
133
2. Click **Next** to display the **Review + create** page.
124
134
125
135
## Step 6 – Review + create
@@ -141,16 +151,16 @@ The app you have created appears in the apps list where you can assign it to the
141
151
142
152
## Known issues
143
153
144
-
-**"Uninstall" and "Available for enrolled devices" assignment types are not available**: only "Required" assignment type is currently supported.
145
-
-**"Collect logs" action is unavailable during preview**: log collection feature on macOS apps (DMG) is unavailable during preview.
146
-
-**Errors might not show details during preview**: some errors you encounter may only show "Failed" status with an error code and not provide additional details.
154
+
-**"Available for enrolled devices" assignment type is not available**: Only **Required** and **Uninstall**assignment types are currently supported.
155
+
-**"Collect logs" action is unavailable during preview**: Log collection feature on macOS apps (DMG) is unavailable during preview.
156
+
-**Errors might not show details during preview**: Some errors you encounter may only show "Failed" status with an error code and not provide additional details.
147
157
-**App upgrade fails to install**: Updating an app that has the same bundle ID as an existing app in Applications folder fails to install.
148
158
-**DMG apps report once after deployment**: Assigned DMG apps report back on initial deployment only. These apps will not report back again during preview.
149
159
-**Some DMG apps may display a warning to end-users on launch**: Apps downloaded from the internet and deployed using Intune may show a warning to end-users when launched. End-users can click "Open" on the dialog to continue opening the app.
150
160
151
161

152
162
153
-
-**Some app icons may not display immediately after installation**: some app icons may take some time after installation to start displaying on the installed device.
163
+
-**Some app icons may not display immediately after installation**: Some app icons may take some time after installation to start displaying on the installed device.
154
164
-**Monitoring reports only show error code**: failed app installations only show an error code in "device status" monitoring reports. To show error details, refresh the browser window or refer to the table in the Troubleshooting section.
0 commit comments