Closed bankair closed 7 years ago
An additional note: We'll be using this in production in a few days at Appaloosa.io. I'll let you know how it's going ;)
Hey, @ostinelli,
What do you think of that update ? Would you like us to update the README as well in order to merge ?
Sorry for the late response. Will be reviewing soon.
Can you please squash these commit into a single one, will review when done. And yes, please add a typical usage in the README. Thank you!
@ostinelli : Yep, sure, done. Let me know if you need anything else.
Thanks
@ostinelli : Sorry, I did not see your remark about the README in the first place. I added a section explaining briefly how it work.
Let me know if you need anything else ;)
Merged, thank you. This is now released in 1.3.0
.
Yay ! Nice. BTW, our fork is working great for us in production.
Great. Well, you can start using the official one now ^^_
Hi all,
This branch adds support for MDM notifications.
A MDM notification is a nude notification with only the following payload (replace the PushMagicValue string by the correct push magic value sent by the iOS device during the register process):
(see https://developer.apple.com/library/content/documentation/Miscellaneous/Reference/MobileDeviceManagementProtocolRef/3-MDM_Protocol/MDM_Protocol.html#//apple_ref/doc/uid/TP40017387-CH3-SW3 for more details)
For the sake of simplicity (and to avoid mixing up token and magic push), I choose to use two mandatory keywords parameter to build the notification:
Those notifications serve not other purpose than notifying the device that it's MDM server has pending commands waiting for him to check. The reste of the process (commands check in, and execution) is taken care of by the iOS device and the MDM server.