Does gcm require each device to register using a google account?

  • Replies:1
nilesh parmar
  • Forum posts: 4

Mar 14, 2014, 11:04:47 AM via Website

am planning to use gcm push notifications. I have gotten my api key. I understand that gcm requires each device to register before using the gcm service. What i am not clear about is the meaning of registration? Does each device user need to have a google account for the app to work on his device? Or any email address would do? Any clarification would help.

Reply
Sachin Sandbhor
  • Forum posts: 4

Apr 3, 2014, 7:18:48 AM via Website

I have implemented GCM in my project.
There is no need of google account for registering device with GCM.
Just you need sender id, API key and after registration GCM will send you registration id.
Send that id to your server and server will send message to GCM with that registration id.
Just you need to handle receiver in your manifest file.
If you need any help let me know.

Reply