An open API service indexing awesome lists of open source software.

https://github.com/sinri/applepushsendergui

A GUI for the Push Package JavaPNS
https://github.com/sinri/applepushsendergui

Last synced: about 1 year ago
JSON representation

A GUI for the Push Package JavaPNS

Awesome Lists containing this project

README

          

# ApplePushSenderGUI #

It is a simple GUI for the Push Package [JavaPNS](https://code.google.com/p/javapns/), which under the GNU LGPL license v3.0 .

This project is published under GPLv3.

## History ##

### 2014.09.08 First Dist ###
It provides only two kinds of Apple Push Notification, `` Simple Alert `` and `` Content Available ``. You need to give the key and certificate packaged keystore file, commonly a file of p12 format, as well as its password. Attention that empty password of the keystore file is not admitted.

## Download ##

Download the runnable JAR packet [here](https://github.com/sinri/ApplePushSenderGUI/raw/master/ApplePushSender/store/ApplePushSender.jar).

Built under JDK 6. Double-click on the jar file to run it, or use `` java -jar ApplePushSender.jar `` under your terminal (cmd for Windows).