Migrating Managed Devices

Hello! I have two questions around automatic device migration in Apple Business:

  1. Does the mdm_migration_deadline field ever get removed from a device response? If so, when?

Documentation of the field for reference: https://developer.apple.com/documentation/devicemanagement/device

  1. Is there a way to determine if a device has actually completed a migration?

Documentation of device migration for reference: https://developer.apple.com/documentation/devicemanagement/migrating-managed-devices#Handle-migration-in-the-destination-device-management-service

Answered by Engineer in 891465022
  1. The mdm_migration_deadline field is not removed from a device response.

  2. The device response does not include an "MDM Migration Status" field; however, as a device management service, you should be able to verify when the device checks in with your service.

Accepted Answer
  1. The mdm_migration_deadline field is not removed from a device response.

  2. The device response does not include an "MDM Migration Status" field; however, as a device management service, you should be able to verify when the device checks in with your service.

Migrating Managed Devices
 
 
Q