如何升级到 GCM 3
How to upgrade to GCM 3
过去,GCM 的推送通知存在一些可靠性问题https://blog.pushbullet.com/2014/02/12/keeping-google-cloud-messaging-for-android-working-reliably-techincal-post/
在上面link中,据说这些问题在 GCM 2 中发生但在 GCM 3 中已解决。但是我们如何更新到 GCM 3?
确保 link 使用最新的 class GCM 库,您应该已经准备就绪。如果您有标准设置,则需要更新 build.gradle 文件 as described in the documentation.
过去,GCM 的推送通知存在一些可靠性问题https://blog.pushbullet.com/2014/02/12/keeping-google-cloud-messaging-for-android-working-reliably-techincal-post/
在上面link中,据说这些问题在 GCM 2 中发生但在 GCM 3 中已解决。但是我们如何更新到 GCM 3?
确保 link 使用最新的 class GCM 库,您应该已经准备就绪。如果您有标准设置,则需要更新 build.gradle 文件 as described in the documentation.