我正在製作一個Web服務發送推送通知到IOS應用程序。我正在嘗試使用Puch Sharp。在網絡上,我得到了Push Sharp 1.1示例的例子,但現在它是2.2。 這是版本1.1的代碼。有人可以告訴我在2.2版本中使用什麼來發送推送通知給IOS應用程序。 ' ''Configure and start Apple APNS
' '' IMPORTANT: Make sure you
爲了在pushsharp中發送批量通知,我使用了foreach循環。 我正在爲同一通知收到多個回叫。 假設我發送通知給3個設備,我得到了10次回調。 它重複所有3個設備的回叫通知。 foreach (var recipient in recipients)
{
//Wire up the events for all the services that the broke
我使用Pushsharp.I獲得IOS推送通知的以下異常。我搜索了很多文章,但沒有弄清楚如何繼續.. Andoid工作正常與這個IOS。 例外: System.ComponentModel.Win32Exception (0x80004005): The credentials supplied to the package were not recognized
at System.N