【发布时间】:2017-10-05 22:09:35
【问题描述】:
【问题讨论】:
标签: ios notifications ionic2 certificate firebase-cloud-messaging
【问题讨论】:
标签: ios notifications ionic2 certificate firebase-cloud-messaging
【讨论】:
在我的情况下,我必须删除密码短语(OpenSSL 可以正常读取但 Google 无法读取),然后它就起作用了。
openssl pkcs12 -in apns-certificate.p12 -nodes -out temp.pem
openssl pkcs12 -export -in temp.pem -out unprotected.p12
rm temp.pem
【讨论】: