Nike Kov
Nike Kov

Reputation: 13751

How to test pushes with .p8 JWT Key? (APNs Auth Key)

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? enter image description here

Upvotes: 5

Views: 6146

Answers (2)

guangmean
guangmean

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

Gargoyle
Gargoyle

Reputation: 10375

You can use https://github.com/onmyway133/PushNotifications if you want an existing application.

Upvotes: 8

Related Questions