a2

Travis Build Status MIT licensed crates.io

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

Alpha status

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

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

Documentation

Features

Usage

Add this to Cargo.toml:

[dependencies] a2 = "0.4" tokio = "0.1" futures = "0.1"

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)