我試着送蘋果推送通知與有效P12和令牌如下關閉讀取數據: void connect()
{
client = new TcpClient();
//Notify we are connecting
var eoc = this.OnConnecting;
if (eoc != null)
eoc(this.app
我使用PushSharp蘋果推送通知推送通知並從控制檯應用程序和窗口服務工作在Windows 8和Windows Server 2008 R2,而是轉移到的WebAPI應用程序相同的計算機上相同的代碼無法正常工作。我已經在Personal中通過mmc安裝了證書和私鑰(私鑰可用,授予了IIS_USRS的權限)和受信任的根證書頒發機構。 代碼,但以防萬一是那種顯而易見的: var push = Pus
我最近實施了PushSharp到一個應用程序,但對於我的生活我無法弄清楚爲什麼通知沒有出現在設備上。 以下是放在一起測試行爲的方法: private void SendPushNotification()
{
var push = new PushBroker();
//Wire up the events for all the services that the bro
我可以使用PushSharp but i couldn't see any option for Notification Badge向Windows Phone發送推送通知。 我使用下面的代碼來發送通知到Windows設備 int badge = (String.IsNullOrEmpty(model.NotificationBadge)) ? 0 : int.Parse(model.Notif