- Add certificate expiration date to listing
- Add expiration and revocation error message
- Add underlying error reason code
- Add SSL handshake error codes
- Remove kNWSuccess
- Remove deprecated
- Deprecate fetching
- Document all framework stuff
- Set NWHub defaults to autoConnect:YES
- Add a bunch of helpers to NWHub and NWPusher
- Add convenient connect methods
- Introduce Cocoa-style error handling (NSError)
- Deprecate C-style error handling (NWError)
- Cleanup readme examples
- Add troubleshooting in readme
- Add OpenSSL readme
- Fix syntax
- Add read feedback demo app
- Add log view demo app
- Intro new config format Mac app
- Cleanup Mac demo
- Add demo device token history
- Fix leaks
- Fix APN error reporting
- Add p12 import to demo
- Add detailed error reporting
- Redo readme
- Fix demo
- Redesign API
- Support multiple identities
- Add inspect tool
- Fix mem leak
- Fix failed fetch
- Tweak demo menu
- Remove iosock, fix ssl connection
- Add support Mac push certs
- Merge pull request #7 from AriX/master
- Add support of expiry and priority
- Add support for Apple's third binary format
- Fix ssl connect retry
- Tweak readme, add links
- Merge pull request #5 from ChristianKienle/master
- Fix feedback fetching
- Add helpers to hub and feedback
- Add demo auto-increment payload counter
- Cleanup project
- Add Podspec
- Auto sandbox detection
- Add NWHub on top of NWPusher
- Lots of demo fixes
- Add support for new push format
- Add troubleshooting in readme
- Add reconnect to demo app
- Add demo application
- First release of the framework