GCM通知停止使用PushSharp

时间:2017-05-17 13:16:04

标签: android google-cloud-messaging pushsharp

当现有应用尝试发送notifications时,我突然收到以下错误消息。它尚未升级到Firebase并且正在进行中。谷歌是否关闭了发送GCM notifications的能力?

  

{ “类名”: “PushSharp.Android.GcmMessageTransportException”, “消息”:“内部   服务   错误 “ ”数据“:空 ”的InnerException“:空, ”HELPURL“:空, ”StackTraceString“:”   在   PushSharp.Android.GcmPushChannel.processResponseError(GcmAsyncParameters   asyncParam)\ r \ n at   PushSharp.Android.GcmPushChannel.responseCallback(IAsyncResult的   结果) “ ”RemoteStackTraceString“:NULL, ”RemoteStackIndex“:0 ”ExceptionMethod“:” 8 \ nprocessResponseError \ nPushSharp.Android,   版本= 2.0.4.0,文化=中立,   公钥= cf74b75eab2c0170 \ nPushSharp.Android.GcmPushChannel \ nVoid   processResponseError(GcmAsyncParameters)”, “的HResult”: - 2146233088, “源”: “PushSharp.Android”, “WatsonBuckets”:空}

OnNotificationFailed在异常中返回以下内容:

PushSharp.Android.GcmMessageTransportException: Internal Service Error
   at PushSharp.Android.GcmPushChannel.processResponseError(GcmAsyncParameters asyncParam)
   at PushSharp.Android.GcmPushChannel.responseCallback(IAsyncResult result)

1 个答案:

答案 0 :(得分:0)

我们决定忽略这一点,并为Firebase完成发布。这似乎是一个间歇性的问题。我们将使用firebase的其余服务而不是PushSharp。