Certificate being rejected by Apple

前端 未结 3 720
余生分开走
余生分开走 2021-02-03 11:32

While configuring certificate for Push Notification on my ios build of cordova project using OneSignal, the certificate is getting rejected every time I\'m trying to configure i

3条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-03 12:12

    You can test APNS connection with this script:

    https://gist.github.com/greencoder/16d1f8d7b0fed5b49cf64312ce2b72cc

    This script requires your key and certificate in pem format. To convert from p12 use

    openssl pkcs12 -in PushCertKey.p12 -out PushCertKeyNoCrypt.pem -nodes
    

提交回复
热议问题