Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

How to use GCM 3.0 with this plugin? #127

Closed
bhaveshgohel opened this issue Sep 12, 2015 · 5 comments
Closed

How to use GCM 3.0 with this plugin? #127

bhaveshgohel opened this issue Sep 12, 2015 · 5 comments

Comments

@bhaveshgohel
Copy link

No description provided.

@macdonst
Copy link
Member

@bhaveshgohel what is your questions exactly as it is not clear? Are you asking how to send a message from GCM to an app using this plugin or something different?

@bhaveshgohel
Copy link
Author

@macdonst : In Google IO 2015, they launched GCM 3.0.
The API suggest to Register your app and get Instance ID and a token from GCM Server and when you want to send push notification you can simply pass the token and a message payload to GCM Server and it taken care of sending message.

The App working fine with the current method of getting Registration-id and and Getting Push Messages via server. But i'm confuse with the new method in GCM 3.0, what the difference between Instance-id vs Registration-id? and does current version of PushPlugin supporting the new changes in GCM 3.0?

Some Quick Links:
https://developers.google.com/cloud-messaging/registration
https://developers.google.com/instance-id/

Thanks.

@macdonst
Copy link
Member

@bhaveshgohel Instance ID is analogous to Registration ID. This plugin should work fine with GCM 3.0 for receiving messages but I have not updated the internals to use the new API.

@bhaveshgohel
Copy link
Author

@macdonst :Thank you... :)

@lock
Copy link

lock bot commented Jun 5, 2018

This thread has been automatically locked.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants