Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I read about Google Cloud Messaging for Android (GCM) and I liked it but I am afraid of drawbacks and misunderstanding

1)Do we have to force the client app end users to have at least one google account to enable the usage of GCM?

2)Is Google Play Store required for clients to use GCM?

if yes, Is it done by the client app user or by the server app side user?

share|improve this question

1 Answer

up vote 3 down vote accepted

Do we have to force the client app end users to have at least one google account to enable the usage of GCM?

On older devices, yes. Quoting the documentation:

For pre-3.0 devices, this requires users to set up their Google account on their mobile devices. A Google account is not a requirement on devices running Android 4.0.4 or higher.

 

Is Google Play Store required for clients to use GCM?

No, but the Google Services Framework is required, and usually devices with the Google Services Framework have the Play Store.

share|improve this answer
thank you for your help – user1494142 Sep 26 '12 at 8:34

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.