Skip to content
This repository has been archived by the owner on Apr 13, 2018. It is now read-only.
/ apnpush Public archive

Haskell implementation for Apple Push Notification Service

License

Notifications You must be signed in to change notification settings

asukharev/apnpush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

brew install openssl
cabal sandbox init
cabal install hsOpenSSL --extra-lib-dirs=/usr/local/lib --extra-include-dirs=/usr/local/include
cabal install --dependencies
cabal build

Usage

APNPush --help
Usage: apnspush [-tmcks] [tokens file, message, cert file, key file, sandbox]
  -m          Message to send
  -t          File containing tokens of devices
  -s          Use sandbox APNS
  -c          Path to cert file
  -k          Path to key file
      --help  Print this help message

About

Haskell implementation for Apple Push Notification Service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published