fdln / gcm

Automatically exported from code.google.com/p/gcm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

GoogleCodeExporter opened this issue · comments

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