Las notificaciones push de Apple no funcionan desde el servicio web Java implementado en Linux
Frecuentes
Visto 237 equipos
2
- 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.
- Deployed the same build in Linux machine, but the push notifications are not working now.
- 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 Respuestas
0
check your java version JavaPNS javapns-jdk16 Java1.6 compatible
contestado el 05 de mayo de 16 a las 18:05
No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas ios linux web-services apple-push-notifications javapns or haz tu propia pregunta.
Pls check this: (From Apple documentation): To send notifications, you will need to allow inbound and outbound TCP packets over port 2195. Devices and computers connecting to the push service over Wi-Fi will need to allow inbound and outbound TCP packets over port 5223. For more info: desarrollador.apple.com/library/ios/technotes/tn2265/_index.html#//… - Nibin V