0
從服務器向gcm發送通知時發生異常。由於APNS通知工作正常,因此可以使用 。System.Collections.Generic.KeyNotFoundException:從PUSHSHARP發送推送通知時,字典中不存在給定密鑰
apps["com.app.myAPP"].Gcm.QueueNotification(new GcmNotification
{
RegistrationIds = new List<string> {
deviceId
},
Data = JObject.Parse(msg),
});
凡
msg = "{ \"Somekey\" : \"somevalue\" }";
會非常感激你,如果有人能幫我解決這個問題。
「com.app.myAPP」大概就是這樣吧你收藏的應用程序是 –
您是拜權..bundles :) –