When will Google stop supporting GCM?

11,273

Solution 1

Update: Just today, Firebase sent out notice of deprecation emails for GCM.

In 2016, we launched Firebase Cloud Messaging (FCM), the successor to Google Cloud Messaging (GCM). As the next evolution of GCM, Firebase Cloud Messaging allows you to send notifications and data messages reliably to iOS, Android, and the Web at no cost. In addition, FCM provides you with new features like the easy-to-use notifications interface in the Firebase console, so you can easily target and test notifications to re-engage your users.

In order to devote more time and attention to improving FCM, today we’re announcing that you must upgrade to FCM in the next year. The GCM server and client APIs are deprecated and will be removed as soon as April 11, 2019. We recommend you upgrade sooner rather than later so you can start taking advantage of the new features in FCM today.

If you have projects that are still using the GCM APIs, you will need to update your client and server code to use FCM before April 11, 2019. Your existing GCM tokens will continue to work with FCM so you won’t lose the ability to send to your existing users.


As of right now, there is still no official date as to when GCM will be officially deprecated. As seen in the GCM FAQ:

Is GCM going to be deprecated?

We will continue to support the current version of GCM Android and iOS SDKs because we know a lot of developers are using GCM SDKs today to handle notifications, and client app upgrade takes time.

But all new client-side features will be added to FCM SDKs only moving forward. You are strongly encouraged to upgrade to FCM SDKs.

Seeing as there are still a lot of developers who are still using GCM, I'm pretty sure that the support will still continue for quite some time.

However, if you intend to make use of the push notification, I highly suggest proceeding with FCM. Saving the hassle of migration in the future (not that it's that hard tho) and make use of the new features available.

Solution 2

Feels like the actually pulled the plug today, 6th Aug 2019

Solution 3

Google has published an update about support for GCM in the GCM and FCM FAQ:

"As of April 10, 2018, Google has deprecated GCM. The GCM server and client APIs are deprecated and will be removed as soon as April 11, 2019."

Solution 4

Google announced the other day that GCM is deprecated but will now be active until May 29 2019.

As of April 10, 2018, Google has deprecated GCM. The GCM server and client APIs are deprecated and will be removed as soon as May 29, 2019. Migrate GCM apps to Firebase Cloud Messaging (FCM), which inherits the reliable and scalable GCM infrastructure, plus many new features.

More info can be found in the migration guide here

Share:
11,273
Nickolaus
Author by

Nickolaus

Bachelor of Information and Communication Technology (BICT) Webdeveloper shopware AG

Updated on June 27, 2022

Comments

  • Nickolaus
    Nickolaus about 2 years

    Since Firebase will be replacing GCM, I am asking myself how much longer will Google support GCM?

    In short: When is the end of life/support of GCM?

  • Nickolaus
    Nickolaus almost 8 years
    thanks for the quick answer, I asked this, because GCM is already in use and we are currently discussion how to handle the communication with downward compatibility to older app-versions if we are switching to FCM
  • AL.
    AL. almost 8 years
    @Nickolaus If by downward compatibility you mean backwards compatibility between GCM and FCM, check here.
  • Nickolaus
    Nickolaus almost 8 years
    Yes that partly answers my question, however I don't see a better solution to guarantee that the old app version with GCM and the new version with FCM both get push messages then to send the same push to both GCM and FCM but the result will be that a certain amount of messages will disappear into nirvana (so this will be redundant network traffic)
  • TPG
    TPG almost 5 years
    Has GCM just got shut down? Got 404 when calling it. Is it temporary or forever?
  • Julien
    Julien almost 5 years
    @teapeng looks like GCM is now well dead and buried... according to this SO question, Google announced 11 April 2019, then 29 May 2019 ... but a friend had notifications delivery issue early this week... he did not see the warning emails :-/
  • TPG
    TPG almost 5 years
    Me too, took me by surprised. Suddenly all notification stop receiving. Now I have to rush the whole thing to Xamarin Forms.
  • Zia Uddin
    Zia Uddin almost 5 years
    Same here. We also observed that the notifications stopped working.