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.
Gmail 如何知道服务器上有一些新电子邮件?它使用 GCM 吗?
我想知道它,因为我还想在我的应用程序中实现这个功能之王。你能给我一些要点吗?
是的,Gmail 确实使用GCM来获取新电子邮件的推送通知。入门指南是一个很好的起点,尽管在设置客户端(即 Android 端)和服务器组件方面有很多步骤。