googlearchive/gcm-playground

Android client setup instructions in the quickstart do not match the GCM playground

Closed this issue · 1 comments

Android instructions point the user to the quick start documentation (https://developers.google.com/cloud-messaging/android/start). The quick start defaults to the wrong package name, refers to a non-existing file (GcmSender.java), and seems to create a brand new project rather than reusing the one created using the instructions earlier in the README. Consider revising Android instructions.

FWIW linking to https://developers.google.com/cloud-messaging/android/client may be more relevant, the page allows one to download the google-services.json file for an existing project (the quickstart creates a new one).