【发布时间】:2011-10-24 15:04:02
【问题描述】:
我想为Android手机用户提供推送通知服务,Android中是否有类似Apple Push Notification Service的推送通知服务?
【问题讨论】:
标签: android push-notification android-c2dm
我想为Android手机用户提供推送通知服务,Android中是否有类似Apple Push Notification Service的推送通知服务?
【问题讨论】:
标签: android push-notification android-c2dm
哦,是的!它称为C2DM。一定要看看!
编辑:Tutorial 已添加链接!
编辑:为了完整起见,C2DM 现已弃用,取而代之的是 Google Cloud Messaging
编辑:GCM 现在已替换为 Firebase Cloud Messaging
【讨论】:
试试这个GCM Android 版 Google 云消息传递
【讨论】:
Firebase Cloud Messaging (FCM) 是GCM 的新版本。它继承了可靠且可扩展的 GCM 基础架构以及新功能。
【讨论】: