I am wondering if there is a library that provides an interface for easily sending messages through GCM?
Looking at the architectural overview, it seems that you need to do a lot of things yourself (open TCP connections, create HTTP requests, create JSON payload, implement exponential delay, handle various types of errors, etc.).
Of course, there is some basic implementation of this material that I missed, right?
Jonathon ashworth
source share