Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
启用 Android 的手机是否可以拦截所有 C2DM 通知?如果是这样,应该挖哪条路。
不,不可能拦截 C2DM 或 GCM 消息。系统不会将它们交付给您的拦截器。它们不是通过不安全的广播意图传递的。
几天前,宣布正式弃用 C2DM。
当时 C2DM 停止接受新用户和配额请求。
C2DM 已被 Google Cloud Messaging for Android (GCM) 取代。C2DM服务短期内会继续维持,但开发者必须使用GCM进行新的开发。
因此,在近功能中,我们可能需要将现有的 C2DM 应用程序迁移到 GCM 以利用 GCM 功能。