更新APNS证书IOS通知Firebase时出错

时间:2017-05-08 01:49:25

标签: ios notifications ionic2 certificate firebase-cloud-messaging

上传APNS证书开发IOS时出现错误

如何解决? enter image description here

1 个答案:

答案 0 :(得分:0)

就我而言,我不得不删除密码(OpenSSL 读取得很好,但 Google 读取的不是),然后它就起作用了。

remove the passphrase

openssl pkcs12 -in apns-certificate.p12 -nodes -out temp.pem
openssl pkcs12 -export -in temp.pem  -out unprotected.p12
rm temp.pem