Home
Softono
APN-P8

APN-P8

Open source Swift
24
Stars
6
Forks
0
Issues
2
Watchers
6 years
Last Commit

About APN-P8

Sending push notifications using Auth Key (P8)

Platforms

Web Self-hosted macOS iOS

Languages

Swift

Links

APN-P8

If you were looking for solution to send a Push Notifications using Auth Key (P8), this repository may interest you.

Special thanks to @ethanhuang13 and his https://github.com/ethanhuang13/CupertinoJWT which is heavily used in this project. Thanks!

Installation

Just download P8.playground file and open it in Xcode.

Usage

Change the following data in playground and run it.

PAYLOAD         // content of push notification
DEVICE_TOKEN    // device token to which the notification should be sent
KEY_ID          // get it from your developer account
TEAM_ID         // get it from your developer account
BUNDLE_ID       // your app bundle id
P8              // generated private key

License

The project is available as open source under the terms of the MIT License.