ostinelli / apnotic

A Ruby APNs HTTP/2 gem able to provide instant feedback.
MIT License
480 stars 96 forks source link

Add support for MDM "push magic" notifications #32

Closed idyll closed 8 years ago

idyll commented 8 years ago

MDM push notifications don't contain the standard body, the only include:

  {"mdm":"A47EA72E-0A82-4B05-8ADE-5EEB3F103EB1"}

where "A47EA72E-0A82-4B05-8ADE-5EEB3F103EB1" is the "push magic" token of the device.

ostinelli commented 8 years ago

Closed as per #34.