From d594db34b2d3c3ba9bc9bb93f57832d53251a21e Mon Sep 17 00:00:00 2001 From: Magnus Jensen Date: Tue, 30 Dec 2025 15:22:14 -0400 Subject: [PATCH 1/2] callout vpp and ipa will be uninstalled after MDM unenrollment --- articles/deploy-software-packages.md | 2 ++ articles/install-app-store-apps.md | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/articles/deploy-software-packages.md b/articles/deploy-software-packages.md index 5cf95118a27..d7cce6ca4b5 100644 --- a/articles/deploy-software-packages.md +++ b/articles/deploy-software-packages.md @@ -118,6 +118,8 @@ After a software package is added to a team, it can be installed on hosts via th Once the package is installed, Fleet will automatically refetch the host's vitals and update the software inventory. +> .ipa apps will be uninstalled when the host is unenrolled from MDM. + ## Edit the package * **Navigate to the Software page**: Click on the "Software" tab in the main navigation menu. diff --git a/articles/install-app-store-apps.md b/articles/install-app-store-apps.md index d2c35507782..5f5981c4da1 100644 --- a/articles/install-app-store-apps.md +++ b/articles/install-app-store-apps.md @@ -22,7 +22,7 @@ Currently, Fleet only supports Apple App Store apps from the United States (US) 1. In Fleet, head to the **Software** page and select a team in the teams dropdown. -2. Search for the app you want to remove and select the app to head to it's **Software detail**s** page. +2. Search for the app you want to remove and select the app to head to it's **Software details** page. 3. To edit the app, on the **Software details** page, select the pencil (edit) icon. @@ -34,7 +34,9 @@ Apple App Store (VPP) apps can be installed manually on each host's Host details Currently, Android apps can only be installed via self-service in the end user's managed Google Play Store (work profile). -Currently, Apple App Stpre (VPP) apps can't be uninstalled via Fleet. +Currently, Apple App Store (VPP) apps can't be uninstalled via Fleet. + +> VPP apps will be uninstalled when the host is unenrolled from MDM. ## API and GitOps From bc727acfa1a563a505ae9295d6def25ae17181f5 Mon Sep 17 00:00:00 2001 From: Magnus Jensen Date: Tue, 30 Dec 2025 15:23:13 -0400 Subject: [PATCH 2/2] update callout to only be for ios/ipados --- articles/deploy-software-packages.md | 2 +- articles/install-app-store-apps.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/deploy-software-packages.md b/articles/deploy-software-packages.md index d7cce6ca4b5..695ca85c4d9 100644 --- a/articles/deploy-software-packages.md +++ b/articles/deploy-software-packages.md @@ -118,7 +118,7 @@ After a software package is added to a team, it can be installed on hosts via th Once the package is installed, Fleet will automatically refetch the host's vitals and update the software inventory. -> .ipa apps will be uninstalled when the host is unenrolled from MDM. +> .ipa apps on iOS/iPadOS will be uninstalled when the host is unenrolled from MDM. ## Edit the package diff --git a/articles/install-app-store-apps.md b/articles/install-app-store-apps.md index 5f5981c4da1..7eaede24f06 100644 --- a/articles/install-app-store-apps.md +++ b/articles/install-app-store-apps.md @@ -36,7 +36,7 @@ Currently, Android apps can only be installed via self-service in the end user's Currently, Apple App Store (VPP) apps can't be uninstalled via Fleet. -> VPP apps will be uninstalled when the host is unenrolled from MDM. +> VPP apps on iOS/iPadOS will be uninstalled when the host is unenrolled from MDM. ## API and GitOps