Reputation: 6375
I am trying to create my own MDM Server. I can get an iOS device to enrole without a hitch, but when I install the same configuration profile (one that contains and mdm and credential payload) on an OS X 10.8.2 device, it does not send me its PushMagic.
Has anyone experienced a similar problem? What could cause the PushMagic to not get sent?
Upvotes: 0
Views: 408
Reputation: 6375
Spoke with apple, and you don't need PushMagic to send an APNS message to an OS X device! Just put:
{"mdm":""}
in your payload
Upvotes: 1