使用C2DM的android推送通知

发布于 2024-12-09 08:20:14 字数 118 浏览 0 评论 0原文

我目前正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

后eg是否自 2024-12-16 08:20:14

你必须给予许可

<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />

You have to give permission for that

<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
围归者 2024-12-16 08:20:14

只需留意 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)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文