使用C2DM的android推送通知
我目前正在使用 C2DM 服务器在 android 中开发推送通知。因为我能够将消息发送到服务器,但我无法获得对我的设备的响应,我不明白我在哪里陷入困境,如果有人已经解决过,请帮助我。
-pravin21
i'm currently working on push notification in android using C2DM server . as i'm able to send the message to the server but i'm unable to get the response to my device, i dont understand where i'm stucked up plzz if anyone has worked on it then kindly help me out.
-pravin21
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你必须给予许可
You have to give permission for that
只需留意 https://github.com/tomasmalmsten/c2dm-android-pilot (有史以来最棒的 c2dm 样本,感谢 Tomas Malmsten :D )
你必须先从谷歌收到你的sessionId。
检查您的 1. 会话 ID 2. Google 邮件地址(是否经过认证)
Just look out https://github.com/tomasmalmsten/c2dm-android-pilot (greatest c2dm sample ever, thanks to Tomas Malmsten :D )
you have to recieve your sessionId from google first.
check your 1. session id 2. Google mail address(which is certificated or not)