internal error: retry receiver class not set yet

此生再无相见时 提交于 2020-01-22 19:01:24

问题


I am implementing a simple gcm push server notification to mobile but when I push from the server, the notification is not displayed on mobile phone. The log shows this error

internal error: retry receiver class not set yet

Can someone tell me how to fix this or give me a link to a gcm library that fix this error. I searched on the web, google say this error is fixed in a library version but I can't find it on the net.


回答1:


This issue is solved by Android-GCM team but not released yet.Check Non-released changes (available only on source-code repository) here. The source code is available,you add it as library to your project.

Otherwise,simple work around to rectify this issue is, restart your Device.




回答2:


This is gcm.jar library bug.Download the latest jar file from android sdk path :

android-sdk-windows\extras\google\gcm\gcm-client\dist



来源:https://stackoverflow.com/questions/13952577/internal-error-retry-receiver-class-not-set-yet

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!