uniqush / uniqush-push

Uniqush is a free and open source software system which provides a unified push service for server side notification to apps on mobile devices.
http://uniqush.org
Apache License 2.0
1.54k stars 201 forks source link

GCM Deprecated. Do I need to re-subscribe all my users? #212

Closed zanderisrael closed 6 years ago

zanderisrael commented 6 years ago

From what I understand FCM and GCM apis are the same. Will there be an update to uniqush to route all gcm requests to fcm? sort of an alias...

TysonAndre commented 6 years ago

The URL for GCM pushes changed to an equivalent URL endpoint that won't be shut down, as part of the 2.6.0 release.

According to Google, GCM tokens will continue to work indefinitely, but the Android GCM SDK won't support the latest Play store SDKs, so they recommend switching to FCM SDKs. GCM and FCM can't coexist on an app installation.

Moving this discussion to https://github.com/uniqush/uniqush-push/issues/210