Making an Instant Messaging App using GCM. Can anyone help me????????

Search This thread

vinvar369

New member
Jul 27, 2014
2
0
Use GCM

Hello there,

I am familiar to android and want to develop an instant messaging app for android which runs on GCM and Google AppEngine.
Can anyone Explain me how to do that......Please Reply its my humble Request

Use Push Queue when pushing a notification to GCM server.The reason behind it is as the GAE restricts each request running should be completed within 60sec and if the GCM call may take some time , it is adivised to push queue when pushing a notification and when a task is pushed to push queue,u will get a take of 10 min to complete the request.