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
- Host: GitHub
- URL: https://github.com/sinri/applepushsendergui
- Owner: sinri
- Created: 2014-09-08T12:09:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-12T05:40:09.000Z (over 11 years ago)
- Last Synced: 2025-01-29T18:33:37.563Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 4.84 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).