├── README.md └── assets ├── Step1.png ├── Step2.png ├── Step3.png ├── Step4.png └── Step5.png /README.md: -------------------------------------------------------------------------------- 1 | # How to remove MDM profile on iOS & iPadOS 2 | 3 | This guide shows how to remove the MDM profile on iOS and iPadOS. 4 | > Important: If the device has been registered in Apple Business Manager, the MDM profile will be restored after a factory reset. 5 | 6 | ## Tested devices 7 | - iPhone 7 (iOS 15.5) 8 | - iPhone 11 Pro (iOS 16.1) 9 | 10 | --- 11 | 12 | ## Requirements 13 | - iMazing (or any other tool to modify iOS Backups) 14 | - iOS / iPadOS backup 15 | 16 | ## Guide 17 | ### Creating a backup 18 | 1. Install iMazing 19 | 2. Connect your device and create a backup with iMazing 20 | 21 | ![iMazing creating a backup](assets/Step1.png) 22 | 23 | ### Edit the backup 24 | 3. Click on the top-right on ```iPhone Backups```, select your backup and click on ```Edit```. 25 | 26 | ![iMazing iPhone Backup list](assets/Step2.png) 27 | 28 | 4. Select your backup on the left panel and select ```File System```. 29 | 30 | ![iMazing iPhone List](assets/Step3.png) 31 | 32 | 5. Navigate to ```System Shared Containers -> SysSharedContainerDomain-systemgroup.com.apple.configurationprofiles -> Library -> ConfigurationProfiles```. 33 | 34 | 6. If exists, delete ```MDM.plist```, ```MDMEvents.plist``` & ```CloudConfigurationDetails.plist```. 35 | 36 | ### Restore backup 37 | 7. Right-click on the backup and select ```Restore this Backup to Device```. 38 | 39 | ![iMazing Restore backup](assets/Step5.png) 40 | 41 | 8. Set the restore options to default and start the restoration. 42 | 43 | 44 | After the restore, the MDM profile should be removed from the device. 45 | 46 |
47 |
© 2018 - 2023 valnoxy. All Rights Reserved. 48 |
49 | By Jonas Günner <jonas@exploitox.de>
50 | -------------------------------------------------------------------------------- /assets/Step1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/valnoxy/iOS-MDM-Removal/5347d16042efa352be9b0c8933f0da6f48d01344/assets/Step1.png -------------------------------------------------------------------------------- /assets/Step2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/valnoxy/iOS-MDM-Removal/5347d16042efa352be9b0c8933f0da6f48d01344/assets/Step2.png -------------------------------------------------------------------------------- /assets/Step3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/valnoxy/iOS-MDM-Removal/5347d16042efa352be9b0c8933f0da6f48d01344/assets/Step3.png -------------------------------------------------------------------------------- /assets/Step4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/valnoxy/iOS-MDM-Removal/5347d16042efa352be9b0c8933f0da6f48d01344/assets/Step4.png -------------------------------------------------------------------------------- /assets/Step5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/valnoxy/iOS-MDM-Removal/5347d16042efa352be9b0c8933f0da6f48d01344/assets/Step5.png --------------------------------------------------------------------------------