I am developing an MDM solution.
I have installed a configuration profile on device. So I have all the required things like Device Token, Push Magic String, UDID of device, etc.
Now I want to send a mdm payload to the device using APNS. I am able to send a simple alert message to the device, but I need to send a mdm payload.
I am not sure how to send a plist(XML) to the device using APNS.
I am using php to send Push notifications.
Please if someone could help me how to send a mdm payload to the device.
Thanks, Manmay