Apple Push Notification Service Provider for Java
Fork of JavaPNS to include Maven support - http://code.google.com/p/javapns/
Java 1.8+ compatible
Version 2.3.2 released!
- 1.8 tweaks
- General cleanup and overhaul
- PushNotificationBigPayload
complex
andfromJson
methods fixed - Fix to make trust store work on IBM JVM
- iOS>=8 bigger notification payload support (2KB)
- iOS>=7 Silent push notifications support ("content-available":1)
javapns is available on the Central Maven Repository. To use javapns-jdk16 in your project, please add the following dependency to your pom.xml file:
<dependency>
<groupId>com.github.mlaccetti</groupId>
<artifactId>javapns</artifactId>
<version>2.3.2</version>
</dependency>
mvn -Drelease=true ...