Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 480
Nik Kov Avatar asked Mar 16 '18 16:03

Nik Kov


2 Answers

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

like image 108
Gargoyle Avatar answered Nov 15 '22 07:11

Gargoyle


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

like image 36
guangmean Avatar answered Nov 15 '22 08:11

guangmean