GCMRegistrar vs Google Cloud Messaging

user3763921

I'm trying to learn how to use GCM, I just learned that there are two different APIs, what I don't understand is why google has this registration page while it didn't require that for the old GCM for the user notifications? assuming that User Notifications is the push notification.

and is the User Notifications the same as the Push Notifications?

ianhanniballake

GCMRegistrar is deprecated and should not be used. User Notifications are not available in the old API and are not exactly the same as push notifications. Instead, user notifications seeks to build a single notification_key which represents every device the user has downloaded your app on. This allows you to send a single GCM message to all devices and, if you use upstream messages (also not available in the old API), send a message to all other devices.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related