JDP 發表於 2020-1-21 17:37:54

產生PushSharp用Apple APNs Push Notification .p12 憑證

每年都要更新一次才能繼續推播!


[*]產出CSR檔,可參考「iOS推播通知憑證申請流程」開啟鑰匙圈存取,並到鑰匙圈存取\憑證輔助程式\從憑證授權要求憑證… 後的說明。
[*]登入「Apple Developer」,後續上傳CSR等動作,可參考「iOS - How to Create a Push Notification Certificate」
[*]最後要匯出.p12時則要參考「How to Configure & Send Apple Push Notifications using PushSharp」此篇,因PushSharp只需要匯出「專用密鑰(private key)」,而非「憑證+專用密鑰一起匯出」。

Reference:
How to Configure & Send Apple Push Notifications using PushSharp
https://github.com/Redth/PushSharp/wiki/How-to-Configure-&-Send-Apple-Push-Notifications-using-PushSharp
iOS推播通知憑證申請流程
https://medium.com/@chiaping.collyn/ios%E6%8E%A8%E6%92%AD%E9%80%9A%E7%9F%A5%E6%86%91%E8%AD%89%E7%94%B3%E8%AB%8B%E4%BD%9C%E6%A5%AD-b5a3e51486a1
iOS - How to Create a Push Notification Certificate
https://customersupport.doubledutch.me/hc/en-us/articles/229495568-iOS-How-to-Create-a-Push-Notification-Certificate
頁: [1]
查看完整版本: 產生PushSharp用Apple APNs Push Notification .p12 憑證