当一个现有的应用程序试图发送notifications时,我突然收到下面这个错误。它还没有升级到Firebase,并且正在进行中。谷歌关闭了发送GCM notifications的能力吗?
{"ClassName":"PushSharp.Android.GcmMessageTransportException",“消息”:“内部服务错误”、“数据”:空、“InnerException”:空、“HelpURL”:空、"StackTraceString":“at PushSharp.Android.GcmPushChannel.processResponseError(GcmAsyncParameters asyncParam)\r\n at PushSharp.Android.GcmPushChannel.responseCallback(IAsyncResult结果”、"RemoteStackTraceString":null、"RemoteStackIndex":0、"ExceptionMethod":"8\nprocessResponseError\nPushSharp.Android,Version=2.0.4.0、Culture=neutral,PublicKeyToken=cf74b75eab2c0170\nPushSharp.Android.GcmPushChannel\nVoid processResponseError(GcmAsyncParameters)","HResult":-2146233088,"Source":"PushSharp.Android","WatsonBuckets":null}
OnNotificationFailed在异常中返回以下内容:
PushSharp.Android.GcmMessageTransportException: Internal Service Error
at PushSharp.Android.GcmPushChannel.processResponseError(GcmAsyncParameters asyncParam)
at PushSharp.Android.GcmPushChannel.responseCallback(IAsyncResult result)发布于 2017-05-18 15:52:45
我们已经决定忽略这一点,让我们的发布为Firebase完成。这似乎是一个间歇性的问题。我们将把rest服务用于防火墙,而不是使用PushSharp。
https://stackoverflow.com/questions/44026021
复制相似问题