Skip to content

Push for pusher - Built at the simpleweb hack night (sorry for the hacky code)

Notifications You must be signed in to change notification settings

adambutler/pushitrealgood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Push for Pusher

_pushforpusher

Build at the Simpleweb Pusher hacknight.

Roadmap

  • More less hacky code
  • Webhook support?
  • Account managment
  • App management
  • UI improvements
  • All the specs
  • Test interface
  • Logging

Install

$ git clone git@github.com:adambutler/pushitrealgood.git
$ cd pushitrealgood
$ bundle install

Converting Your Certificate

Credit note: Taken from APN on Rails

Once you have the certificate from Apple for your application, export your key and the apple certificate as p12 files. Here is a quick walkthrough on how to do this:

  1. Click the disclosure arrow next to your certificate in Keychain Access and select the certificate and the key.
  2. Right click and choose Export 2 items….
  3. Choose the p12 format from the drop down and name it cert.p12.

Now covert the p12 file to a pem file:

$ openssl pkcs12 -in cert.p12 -out apple_push_notification.pem -nodes -clcerts

Contributing

Contributions are welcome, please follow GitHub Flow

--

Built by Adam Butler - iOS App by Jamie Maddocks

About

Push for pusher - Built at the simpleweb hack night (sorry for the hacky code)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages