I am using javapns to develop apple push notification mdm server. There is a package "javapns.notification.management" I could not find an api to send {"mdm":""} to apple.
I want to implement MDM solution using javapns. I have installed the mobileConfig and have the deviceToken and pushMagic String. Next I want to send {"mdm":""} and then the other commands.
Is this possible using javapns and if yes - is there a sample or some inputs of how to do it?
Issue #37 in javapns says it is possible to send mdm payloads but I could not figure how.
I really appreciate any help on this.