I use Parse to send push notifications before and it doesn't seem to work. I heard from the Internet that we can send push notifications from one Android device to another using GCM, and I followed this official documentation. Before I start implementing it, I just need to know if we can send a push notification from an Android device to another using this service.
I have the following doubts:
- How to send a push notification to a specific device using another device using GCM?
- What is the unique identifier I should use if this question is possible?
- Should I implement my own backend to store the unique identifiers mentioned above? Or is there a way that GCM can handle it for me?
source
share