【问题标题】:error occurred while updating your APNS Certificate IOS Notification Firebase更新您的 APNS 证书 IOS 通知 Firebase 时出错
【发布时间】:2017-10-05 22:09:35
【问题描述】:

上传APNS证书开发IOS时我的错误

如何解决?

【问题讨论】:

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


    【解决方案1】:

    两种可能—— 1.从keychain导出p12时,不要在私钥上导出,右键私钥的父节点,看截图

    1. 有两种 p12 认证,包括开发和生产认证,请确保您上传的是正确的。

    【讨论】:

    【解决方案2】:

    在我的情况下,我必须删除密码短语(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
    

    【讨论】:

      猜你喜欢
      • 2016-09-27
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-06-30
      • 1970-01-01
      • 2018-02-01
      • 1970-01-01
      相关资源
      最近更新 更多