Device Management
Configuration Profiles: Current Issues Log
💡iMazing 3
This guide is not yet complete or updated for iMazing 3. An update will be available soon.
This page documents issues and pain points faced by admins who leverage configuration profiles to manage iOS and macOS devices. It is not meant to be exhaustive, but to reflect feedback we receive from iMazing Profile Editor and iMazing Configurator users. Contributions are welcome – please don't hesitate to share your feedback via our contact form or the #imazing_profile_editor
channel of the MacAdmins Slack.
Ongoing
No ongoing manifest issues are currently known.
Solved
Per-app VPN configuration not in iMazing Profile Editor
IPE does not currently display per-app VPN configuration settings. Please get in touch if those settings are important to your policies and we'll bump up priority accordingly.
Type | Missing Configuration Domain |
Domain | AppLayerVPN (com.apple.vpn.managed.applayer ) |
OS | iOS, macOS |
Status | Solved |
Last Update | 2024.02.27 |
Workaround
Manually build a profile according to Apple specs for this domain.
Erase all content restriction not honoured by iOS 15
Disabling Allow erase all content and settings via MDM or local configuration profile installation has no effect on iOS 15.0.x, tested up until iOS 15.0.2.
Fixed in iOS 15.1
Type | OS Issue - Ignored Managed Setting |
Domain | Restrictions (com.apple.applicationaccess ) |
Key | allowEraseContentAndSettings |
OS | iOS 15.0.x, iPadOS 15.0.x |
Status | Solved |
Last Update | 2021.10.28 |
Solution
Update to iOS 15.1.
Firefox profile has no effect
The configuration payload is ignored by Firefox if it does not include EnterprisePoliciesEnabled=true
.
Type | Unexpected Behaviour |
Domain | Firefox (org.mozilla.firefox ) |
Key | EnterprisePoliciesEnabled |
OS | macOS |
Status | Solved |
Last Update | 2021.10.18 |
Because the default value of EnterprisePoliciesEnabled
is true
, iMazing Profile Editor was not writing it out to the outputted profile.
Solution
The key has been made a required key, and its default value is now included in Firefox profiles without requiring any user interaction. Available as a manifest update in IPE 1.5 and above.
Web Content Filter error on macOS
The Web Content Filter configuration payload is documented by Apple as being supported by both iOS and macOS, but does not work out of the box on macOS, triggering an unexpected error
message upon installation.
Type | Unexpected Behaviour |
Domain | Web Content Filter (com.apple.webcontent-filter ) |
Key | FilterType |
OS | macOS |
Status | Solved |
Last Update | 2021.10.18 |
MacOS does not support the Built-in filter type (FilterType=BuiltIn
). This behaviour is documented by Apple, but isn't evident when editing a profile with IPE or Apple Configurator 2.
Mitigation
Added iOS Only to the string describing the built-in filter. Available as a manifest update in IPE 1.5 and above.