How to exactly configure and implement iOS push notification in PHP server? .Net server need .p12
file. But what exactly need for PHP server?
Asked
Active
Viewed 2,455 times
1

Baumannzone
- 760
- 2
- 19
- 38

Solid Line
- 63
- 9
-
.pem file needed in PHP server – Anbu.Karthik May 12 '16 at 12:00
-
http://stackoverflow.com/a/5452792/2138791 – Muhammad Shahzad May 12 '16 at 12:00
2 Answers
0
You need to create .pem certificate which you can use in your .php file including passphrase

Bhavi Lad
- 237
- 2
- 7
-
1@SolidLine when you create .p12 mac ask you to put Password to you generated .pem this called passphrase – Ahmed Abdallah May 12 '16 at 12:51
-
passphrase is for security purpose, when you create .p12 certificate from Keychain Access, you can assign Password or you can keep it blank. – Bhavi Lad May 12 '16 at 13:00