Reputation: 13751
Since there are a lot of great apps (like Pusher or APNs Provider) to test push notifications, they only support .p12
or .pem
certificates. How to test keys with .p8
extension?
Upvotes: 5
Views: 6146
Reputation: 11
You can test pushes with .p8 JWT Key via OwnProvider
Here is a macOS application which can be used to do this work too: https://www.angularcorp.com/post/macos-ownprovider
Upvotes: 1
Reputation: 10375
You can use https://github.com/onmyway133/PushNotifications if you want an existing application.
Upvotes: 8