gantulgats / gcm

Automatically exported from code.google.com/p/gcm
Apache License 2.0
0 stars 0 forks source link

com.google.android.gcm.GCMRegistrar missing from the latest google_play_services.jar #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Following the instructions for GCM setup at 
https://developer.android.com/google/gcm/client.html in Sep 2013 using the gcm 
sample app, the deprecated class GCMRegistrar is not included in 
google_play_services.jar and DemoActivity does not compile. 

From my environment: 

* SDK 22.0.5
* Android 4.3 
* Google Play Services rev 10

Could this sample be migrated to use GoogleCloudMessaging instead?

Original issue reported on code.google.com by dennp...@gmail.com on 9 Sep 2013 at 3:07