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 am uploading an application to Google Play Store in which GCM is implemented.

How to enable GCM for that applicationw while uploading to the Google Play store? There is a section called "Enable Google Cloud Messaging Stats".

I am getting this error when trying to ling GCM Sender Id:

Invalid GCM API Key or C2DM Client Login Token (Bad Key).

Can anyone please explain what are the steps to enable GCM for an application while uploading to android market.

share|improve this question

1 Answer

Make sure that your Project id or sender id is valid.This is a unique id for project(the same id for client and server).

In your case you might be using project id of another project.

share|improve this answer
1  
Which one I want to use project Id or project number. Project id is alpha numeric value and project number is numeric value. We are sure we are using correct project number there. Did You enabled GCM for any application at the Google Play Store ? If yes, can you please explain the steps – android.fryo Dec 13 '12 at 15:27
have a look at this developer.android.com/google/gcm/gcm.html – dd619 Dec 14 '12 at 4:54

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.