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.
Asked
Active
Viewed 2,596 times
1 Answers
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,
- You need to Upload your .p8 File
- Enter Key-Id and Team-Id
- Enter Bundle Id
- Enter Device Token's or a Single Token
- Check isProduction if needed (For me it worked after enabling isProduction)
- Finally Enter the required Message and click on Send Push

Abhirajsinh Thakore
- 1,806
- 2
- 13
- 23
-
Hope it helped You @dineshsharma – Abhirajsinh Thakore Feb 11 '19 at 11:16
-
6It is not working, infinity loading when you fill all details and clicks on send push notification action button – Pradip Sutariya Oct 16 '20 at 06:14