Acknowledgement for Complete Wipe Action on Passcode Profile "minutesUntilFailedLoginReset" key

Payload associated to the device :

      <key>PayloadVersion</key>
			<integer>1</integer>
			<key>PayloadUUID</key>
			<string>1b5a9bc1-8c80-4ea8-a98d-1a2e8dcb9ac2</string>
			<key>PayloadType</key>
			<string>com.apple.mobiledevice.passwordpolicy</string>
			<key>PayloadOrganization</key>
			<string>MD��M</string>
			<key>PayloadIdentifier</key>
			<string>1b5a9bc1-8c80-4ea8-a98d-1a2e8dcb9ac2</string>
			<key>PayloadDisplayName</key>
			<string>Passcode Policy</string>
			<key>forcePIN</key>
			<true/>
			<key>allowSimple</key>
			<true/>
			<key>changeAtNextAuth</key>
			<false/>
			<key>minLength</key>
			<integer>6</integer>
			<key>maxFailedAttempts</key>
			<integer>6</integer>

Everything works as expected. No unexpected behaviour.

Out Problem is , we are unable to identify whether the device got wiped due to maxfailedattempt exceeded or due to any Reset actions in Settings. We have no response from the device , on exceeding maximumfailed attempts.

If there is any message response for this exceeded command, It will better for us to differentiate the complete wipe action’s source.

Also Raised in Apple Feedback : Id FB11498866

Acknowledgement for Complete Wipe Action on Passcode Profile "minutesUntilFailedLoginReset" key
 
 
Q