Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

com.github.mlaccetti:javapns

Package Overview
Dependencies
Maintainers
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.github.mlaccetti:javapns

Java API for Apple Push Notification Service

  • 2.3.2
  • Source
  • Maven
  • Socket score

Version published
Maintainers
4
Source

JavaPNS

Apple Push Notification Service Provider for Java

Fork of JavaPNS to include Maven support - http://code.google.com/p/javapns/

Java 1.8+ compatible

Updates

Version 2.3.2 released!

2.3.2 Changes
  • 1.8 tweaks
  • General cleanup and overhaul
2.3.1 Changes
  • PushNotificationBigPayload complex and fromJson methods fixed
  • Fix to make trust store work on IBM JVM
2.3 Changes
  • iOS>=8 bigger notification payload support (2KB)
  • iOS>=7 Silent push notifications support ("content-available":1)

Installation through Central Maven Repository

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>

FAQs

Package last updated on 22 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc