Android : Whats the best way to enable chat in my android application that uses Appengine as backend?

on Thursday, December 4, 2014


So appengine cannot connect to CCS that rules out a completely GCM based architecture. The other solution is to communicate to the appengine backend from my mobile app using an xmpp client library and then make the appengine re-route it to the receiver using GCM. Is this an efficient method? Any alternatives?


0 comments:

Post a Comment