0

I am using push notification with .p8 file in ios app. i know dummy apn sender with .pem or .p12 file. can anyone suggest some push notification sender website like this website that accept p8 file.

dinesh sharma
  • 577
  • 10
  • 20

1 Answers1

0

For Testing the Push Notification Online using the .p8 Certificate/File. You can go to this Website APNS Checker for .p8 File

For doing this,

  1. You need to Upload your .p8 File
  2. Enter Key-Id and Team-Id
  3. Enter Bundle Id
  4. Enter Device Token's or a Single Token
  5. Check isProduction if needed (For me it worked after enabling isProduction)
  6. Finally Enter the required Message and click on Send Push
Abhirajsinh Thakore
  • 1,806
  • 2
  • 13
  • 23