Posts

Post not yet marked as solved
7 Replies
4.8k Views
Dear Apple developer community,i am trying to successfully use the device to device migration feature which was introduced in iOS 12.4I am a developer for a mobile client management solution and we have the problem that we cannot use this feature when DEP devices are involed. As long as we use devices which are not included in the DEP program, we can directly migrate our data from one device to another.It doesn't matter if the source and target devices are supervised or not. (both devices iOS 13.1)We do not use the DEP profile setting "DeviceToDeviceMigration" to skip this setup step.We do not use the configuration profile restriction "allowProximitySetupToNewDevice" (default true)So in theory, there should be no problem using this feature.When i leave the DEP program with the target device, I can again use the feature.Is there anything we are missing or is this a bug in iOS 13.1?Greetings,Mike
Posted Last updated
.
Post not yet marked as solved
8 Replies
886 Views
Hi there, since iOS 14 Beta 8 (also tested with today's release of iOS 14 GM) the device doesn't send the "HasUpdateAvailable" property of an installed app anymore when querying the installed apps of the device with an MDM solution. See property documentation: https://developer.apple.com/documentation/devicemanagement/installedapplicationlistresponse/installedapplicationlistitem (even listed as a required property) Command documentation: https://developer.apple.com/documentation/devicemanagement/list_the_installed_apps My MDM solution needs this property to determine if app updates are available for apps deployed with the VPP mechanism. Is this a bug or intended behavior? Greetings, Mike
Posted Last updated
.