SSL handshake with Apple Push Notification Server via Java

后端 未结 2 1144
逝去的感伤
逝去的感伤 2020-12-29 00:38

Hello I am trying to send a push message to my device using Java. But I\'am allready getting problems when establishing the ssl connection. Here is the code so far:

2条回答
  •  情书的邮戳
    2020-12-29 01:20

    You might want to take a look at http://code.google.com/p/javapns/. If you really need to reinvent the wheel and not use JavaPNS directly instead of writing your own code for this, at least JavaPNS' documentation should help you understand key principles you'll need to know.

提交回复
热议问题