Apple Push Notifications not working from java webservice deployed in Linux

247 Views Asked by At
  1. Tested java build with ios production certificate from local windows machines. It was working fine and the push notifications were sent successfully to iphone and ipad.Push notifications are done using javapns.
  2. Deployed the same build in Linux machine, but the push notifications are not working now.
  3. Granted full permission for p12 file in linux server.

should we add/grant anything in the linux server for sending push notification from Linux. Please help to sort out this issue.

1

There are 1 best solutions below

0
On

check your java version JavaPNS javapns-jdk16 Java1.6 compatible