Android 中是否有类似 Apple 推送通知服务的推送通知服务?
我想向 Android 手机用户提供推送通知服务,Android 中是否有类似 Apple 推送通知服务的推送通知服务?
I want to provide a push notification service to Android phone users, is there any push notification service in Android like Apple Push Notification Service?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
哦是的!它称为 C2DM。一定要检查一下!
编辑:添加了教程链接!
编辑:为了完整起见,C2DM 现已弃用,取而代之的是 Google Cloud Messaging
编辑:GCM 现已被 Firebase Cloud Messaging 取代
Oh yes! Its called C2DM. Do check it out!
Edit: Tutorial link added!
Edit: For completeness, C2DM has now been deprecated in favor of Google Cloud Messaging
Edit: GCM has now been replaced by Firebase Cloud Messaging
试试这个 GCM Android 版 Google Cloud Messaging
Try this GCM Google Cloud Messaging for Android
参考:GCM 和 FCM 常见问题
Reference: GCM and FCM frequently Asked Questions