Nathan Youngman
Nathan Youngman
Certificates exported from the Apple keychain are in DER format (*.p12 files). It would make sense to support these directly (in addition to or instead of PEM formatted files). The...
TODO: - [ ] Session tests: Send, Disconnect - [ ] buffer tests - [ ] Add FailedNotifs back into Client (at least for now) Issue #31. Continuation of PR...
I'd like some tests for errors from Apple but without actually hitting Apple's servers in the test suite. | Status code | Description | | --- | --- | |...
This relates to #10, as I try to build a synchronous API around Send and FailedNotif. To get an error from Apple, I am changing a single digit in an...