Justas S
Justas S

Reputation: 594

How do android chat apps using GCM work?

I want to create a simple chat app for learning purposes.

This mentions a "3rd-party app server" but what's its purpose?

To my understanding this is it:

Is any part of this correct?

Upvotes: 1

Views: 234

Answers (1)

CommonsWare
CommonsWare

Reputation: 1006574

This mentions a "3rd-party app server" but what's its purpose?

Since you are the one who creates the server, that is up to you.

Is any part of this correct?

Your fourth bullet should be:

  • GCM delivers the messages from the preceding bullet down to the requested device(s) and your app on them

Otherwise, your description seems accurate.

Upvotes: 3

Related Questions