Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Updating Configuration Profile installed in iOS device in MDM

I want to send a configuration payload to a device. Eg. I want to send a restriction payload (Disallow safari) to a particular device. i.e. I want to update the configuration profile installed on the device.

Do I need to send this configuration profile payload same way as I send the query payloads?

Do I need to include all the configuration payloads of the configuration profile which exists on the device? OR Just need to send the one I need to update.

Please help!!!

like image 942
Manmay Avatar asked Mar 14 '12 08:03

Manmay


1 Answers

It needs to be the contents of the containing the PayloadContent of the profile you wish to install which has been Base64 encoded.

You don't need all the XML, just the first block.

like image 73
Abstractec Avatar answered Sep 28 '22 14:09

Abstractec