Top "Javapns" questions

JavaPNS is a Java library to send notifications through the Apple Push Notification Service

Java APNS Certificate Error with "DerInputStream.getLength(): lengthTag=109, too big."

When I try to using java APNS to send the push notification to iOS, I got this error message: com.…

java ios javapns
Does APNS Feedback service no longer exist as per new APIs?

I was going through updated official APNS documentation and it clearly says, All developers should migrate their remote notification provider …

push-notification apple-push-notifications javapns
How to Downgrade java version in centos?

I have installed java in Centos 6.7 with version: java -version java version "1.6.0_38" OpenJDK Runtime Environment (IcedTea6 1.13.10) (rhel-1.13.10.0.el6_7-x86_64) OpenJDK 64…

java centos installation downgrade javapns
Maven: resource binary changes file size after build

I am using the appengine-maven-plugin to build my Java Google App Engine project. I include .p12 certificates in a WEB-INF …

java google-app-engine maven ssl javapns
Push Notification is not sent to apple devices

I'm using JavaPNS for sending push notification to apple devices. But it's not working. Code snippet from my app: try { …

java ios apache notifications javapns