[程式] pushsharp ios無法傳送訊息

作者: coolqwe789 (嘎嘎)   2015-07-09 20:51:47
不好意思想請問一下關於pashsharp的相關問題
iOS手機端都無法收到Server端送出的訊息
以下是我的程式碼
{
var push = new PushBroker();
var appleCert = System.IO.File.ReadAllBytes(Server.MapPath("~/bin/External/poshsharptest_production.p12"));
push.RegisterAppleService(new ApplePushChannelSettings(true, appleCert, "password"));
push.QueueNotification(
new PushSharp.Apple.AppleNotification()
.ForDeviceToken(registrationid)
.WithAlert("Hello World!")
.WithSound("default")
);
}
是iOS憑證上的問題還是說C#程式碼有問題
煩請各位幫小弟解答了謝謝
作者: sos0214 (kaleidoscope)   2015-07-10 16:57:00
自行用openssl看一下p12有沒有過期
作者: ssccg (23)   2015-07-10 16:58:00
有問題的話server就會直接回你error看一下pushsharp有沒有取error message的API
作者: coolqwe789 (嘎嘎)   2015-07-14 01:06:00
感謝以解決憑證的部份有測試跟產品這部份沒看清楚

Links booklink

Contact Us: admin [ a t ] ucptt.com