a2

Travis Build Status MIT licensed crates.io

HTTP/2 Apple Push Notification Service for Rust using Tokio and async sending.

Help needed

The main author is not currently owning any Apple phones, so would be nice to have some help from a co-author with needed devices and an Apple developer account. If you happen to have them and are willing to help, please contact!

Alpha status

The current master and alpha versions use std::future with async/await syntax, and requires a beta compiler of version 1.39.0. 0.4 works with stable and futures 0.1.

Bugfixes for the stable release should go against the v0.4 branch.

Documentation

Features

Examples

The library supports connecting to Apple Push Notification service either using a certificate with a password or a private key with a team id and key id. Both are available from your Apple account and with both it is possible to send push notifications to one application.

To see it used in a real project, take a look to the XORC Notifications, which is a full-fledged consumer for sending push notifications.

Gotchas

We've been pushing some millions of notifications daily through this library and are quite happy with it. Some things to know, if you're evaluating the library for production use:

Tests

cargo test

Contact

oh_lawd @ IRC (Freenode, Mozilla)