Post not yet marked as solved
On applying the configuration profile(com.apple.applicationaccess - Restriction) with allowEraseContentAndSettings to false in iOS 15 device, the restriction is not imposed on supervised device. Can see restriction applied in Setting->General->VPN&Device management ->MDM profile-> Restriction.
But on checking Setting->General->Reset Erase content and setting is shown. On clicking it the device has erased to factory setting.
Have attached the mobileconfig and screenshots of the setting.
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadDescription</key>
<string>Configures restrictions</string>
<key>PayloadDisplayName</key>
<string>Restrictions</string>
<key>PayloadIdentifier</key>
<string>com.apple.applicationaccess.8DA3EB9B-3C9E-45C1-99BC-B2A900E55628</string>
<key>PayloadType</key>
<string>com.apple.applicationaccess</string>
<key>PayloadUUID</key>
<string>8DA3EB9B-3C9E-45C1-99BC-B2A900E55628</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>allowEraseContentAndSettings</key>
<false/>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>ContentRestriction</string>
<key>PayloadIdentifier</key>
<string>C7A744A3-0738-43C9-B962-DEBAABE63F4E</string>
<key>PayloadRemovalDisallowed</key>
<false/>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>4BED8AF1-F1AC-4D2D-8B29-A130453BECB9</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>


`

``
Post not yet marked as solved
When the app lock payload installed device is locked, it is automatically open the apps again. It randomly occurring in certain apps. Since device is not locked, the battery consumption is too high for this devices. This started happening in the new OS(Mostly in iOS 14)
Post not yet marked as solved
On updating the iOS to 14.2 with certain restrictions the devices are struck in Apple logo itself for more than two hours. Recovered the device only with os restore. Is there anyways to get the OS Sysdiagnose for this type of issue to report it in Apple feedback?
Post not yet marked as solved
Managed wallpaper setting is failing in iOS 11.0.2 devices as server session invalidated. But the wallpaper is applied to the device. Didn't find any clue on it. Since the image is sent as encoded image there is no need for the device to configure the server / it is representing anyting. But these failure hapens someimes and sometimes not. Could anyone found the following behaviour?<string>InstallManagedSettings;Collection=2417</string>
<key>Settings</key>
<array>
<dict>
<key>ErrorChain</key>
<array>
<dict>
<key>ErrorCode</key>
<integer>502</integer>
<key>ErrorDomain</key>
<string>Catalyst.error</string>
<key>LocalizedDescription</key>
<string>Server session invalidated.</string>
</dict>
</array>
<key>Item</key>
<string>Wallpaper</string>
<key>Status</key>
<string>Error</string>
</dict>
</array>
Post not yet marked as solved
While connecting a WPA2 Enterprise Wifi with preconfigured username and password via confiuration profile in iOS 11, it always asks for identity certificate. Even if password is not preconfigured, it still asks for identity cert. We are unable to enter a username + password on the device at all. In previous iOS versions it prompts for password. This looks like a very critical issue! Occurs in GM seed too. Has anyone faced it?<key>PayloadDisplayName</key>
<string>Wifi Profile Configuration</string>
<key>SSID_STR</key>
<string>MyEnterpriseWifi</string>
<key>AutoJoin</key>
<true/>
<key>HIDDEN_NETWORK</key>
<false/>
<key>EAPClientConfiguration</key>
<dict>
<key>AcceptEAPTypes</key>
<array>
<integer>25</integer>
</array>
<key>EAPFASTUsePAC</key>
<false/>
<key>EAPFASTProvisionPAC</key>
<false/>
<key>EAPFASTProvisionPACAnonymously</key>
<false/>
<key>OuterIdentity</key>
<string></string>
<key>UserName</key>
<string>username-empid</string>
<key>UserPassword</key>
<string>********</string>
</dict>
<key>EncryptionType</key>
<string>WPA</string>
<key>ProxyType</key>
<string>None</string>
Post not yet marked as solved
While connecting a WPA2 Enterprise Wifi with preconfigured username and password via confiuration profile in iOS 11, it always asks for identity certificate. Even if password is not preconfigured, it still asks for identity cert. We are unable to enter a username + password on the device at all. In previous iOS versions it prompts for password. This looks like a very critical issue! Occurs in GM seed too. Has anyone faced it? <key>PayloadDisplayName</key>
<string>Wifi Profile Configuration</string>
<key>SSID_STR</key>
<string>MyEnterpriseWifi</string>
<key>AutoJoin</key>
<true/>
<key>HIDDEN_NETWORK</key>
<false/>
<key>EAPClientConfiguration</key>
<dict>
<key>AcceptEAPTypes</key>
<array>
<integer>25</integer>
</array>
<key>EAPFASTUsePAC</key>
<false/>
<key>EAPFASTProvisionPAC</key>
<false/>
<key>EAPFASTProvisionPACAnonymously</key>
<false/>
<key>OuterIdentity</key>
<string></string>
<key>UserName</key>
<string>username-empid</string>
<key>UserPassword</key>
<string>********</string>
</dict>
<key>EncryptionType</key>
<string>WPA</string>
<key>ProxyType</key>
<string>None</string>