question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Do I need to send the token to GCM before my push servers

See original GitHub issue

In the onRegister on Android, can I give that token straight to my push servers? Or do I need to send that token to GCM to get a regid, I’m confused on the process?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
robcalcroftcommented, Jul 30, 2017

Yeh you can use that token to send messages to the device form your push servers

0reactions
jose2007kjcommented, Jul 30, 2017

thanks sir @robcalcroft

Read more comments on GitHub >

github_iconTop Results From Across the Web

Is the PUSH token sufficient to send a notification to a server ...
No, you can't. You must have the server key. – Eran. Jul 20, 2017 at 13:34.
Read more >
Send push notifications from your server through GCM - Webkul
You can send the notification to all the apps using the token 'global'. The code underneath will describe other things very well. //...
Read more >
Sending Push Notification using GCM registration token ...
The issue comes while sending the Push Messages from server as Not_Registered, even though the device was successfully registered on the GCM server...
Read more >
Build app server send requests | Firebase Cloud Messaging
Send messages to multiple devices ... The REST API and the Admin FCM APIs allow you to multicast a message to a list...
Read more >
Google Cloud Messaging | CodePath Android Cliffnotes
In other words, in order to implement FCM, your app will need both a Google server and your own server. When your app...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found