问题描述
我使用javapns开发苹果推送通知MDM服务器。有一包javapns.notification.management我无法找到一个API发送{MDM:}。苹果
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.
我想用javapns实施MDM解决方案。我已经安装了mobileConfig并有deviceToken和pushMagic字符串。接下来,我想送{MDM:},然后其他命令
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.
这可能使用javapns,如果是 - ?有没有样品或怎么去做一些投入
Is this possible using javapns and if yes - is there a sample or some inputs of how to do it?
问题#37 javapns说,这是可以发送有效载荷MDM,但我想不出如何。
Issue #37 in javapns says it is possible to send mdm payloads but I could not figure how.
我真的AP preciate有这方面的帮助。
I really appreciate any help on this.
推荐答案
由于Abstractec提到可以使用notnoop库。它适用于MDM推送通知。
As Abstractec mentioned you can use notnoop library. It works for MDM push notifications.
这篇关于实施{" MDM":"< PushMagic>"}使用javapns的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!