Rust client for Apple Push Notification service

License Crates.io

See Setting Up a Remote Notification Server for the official Apple developer documentation.

Use with HTTP mocks

By default, bitski-apns only makes HTTP2 connections. To allow HTTP1 connections for compatibility with HTTP mock libraries that don't support HTTP2, enable the http1 feature.