Updating Configuration Profile installed in iOS device in MDM

前端 未结 3 724
长情又很酷
长情又很酷 2021-01-13 09:52

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 configuratio

3条回答
  •  天命终不由人
    2021-01-13 10:30

    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.

提交回复
热议问题