2015-05-22 32 views
1

我收到以下錯誤,當我使用C#發送推送通知的IOS錯誤「驗證失敗,因爲遠程方已關閉傳輸流」推送通知

第一個錯誤:

An internal error occurred.at System.Security.Cryptography.CryptographicException.

當我將應用程序池屬性(高級設置)標識更改爲「localsystem」時,它開始顯示在消息的下面。

Authentication failed because the remote party has closed the transport stream.at System.Net.Security.SslState.StartReadFrame

+0

已從SSL3發送推送通知 –

+0

發送1通知時發生錯誤?或者你是否發送多個通知?另請閱讀https://social.msdn.microsoft.com/Forums/en-US/36e07df7-1d29-4b35-a6fe-6cbc8fc30208/authentication-failed-as-remote-party-has-closed-the-transport -stream?forum = netfxnetcom –

回答

0

蘋果新聞在October 22, 2014發佈,蘋果推送通知服務器將刪除SSL 3.0

支持Visit Apple Updates.

蘋果推送服務器不再支持SSL3。嘗試將其更改爲默認值,並且工作正常。

+0

我需要進行更改,它在代碼中嗎? – user3705192

+0

總之,你需要改變你的方式發送通知。 –

+0

可以試試這個庫來解決你的問題https://github.com/Redth/PushSharp –

相關問題