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)
- Host: GitHub
- URL: https://github.com/matthijs2704/vapor-apns
- Owner: matthijs2704
- License: mit
- Archived: true
- Created: 2016-09-17T13:45:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T19:21:47.000Z (over 5 years ago)
- Last Synced: 2025-01-23T02:34:18.511Z (9 months ago)
- Topics: apns, ios, notifications, swift, swift-3, vapor
- Language: Swift
- Size: 187 KB
- Stars: 339
- Watchers: 14
- Forks: 37
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: License.md
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


[]()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.