An open API service indexing awesome lists of open source software.

https://github.com/matthijs2704/vapor-apns

Simple APNS Library for Vapor (Swift)
https://github.com/matthijs2704/vapor-apns

apns ios notifications swift swift-3 vapor

Last synced: 11 days ago
JSON representation

Simple APNS Library for Vapor (Swift)

Awesome Lists containing this project

README

          

# No longer maintained!

## Thanks for checking out my repository! However, it hasn't been updated for a long time and there is a much better (official!) library for interacting with APNS on Vapor.
## Check it out here: https://github.com/vapor/apns. It is based on the awesome library of kylebrowning, [APNSwift](https://github.com/kylebrowning/APNSwift).

===========================================================================================

# VaporAPNS

![Swift](http://img.shields.io/badge/swift-3.1-brightgreen.svg)
![Vapor](https://img.shields.io/badge/Vapor-2.0-green.svg)
[![Crates.io](https://img.shields.io/crates/l/rustc-serialize.svg?maxAge=2592000)]()

VaporAPNS is a simple, yet elegant, Swift library that allows you to send Apple Push Notifications using HTTP/2 protocol in Linux & macOS. It has support for the brand-new [Token Based Authentication](https://developer.apple.com/videos/play/wwdc2016/724/) but if you need it, the traditional certificate authentication method is ready for you to use as well. Choose whatever you like!

## ⭐ License

This project was released under the [MIT](LICENSE.md) license.