Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

GCMBaseIntentService is deprecated #51

@labtopia

Description

@labtopia

android/src/main/java/com/google/samples/apps/iosched/gcm/GCMIntentService.java

The GCM portion of the I/O sample is implemented using a demo client library that is deprecated:

http://developer.android.com/reference/com/google/android/gcm/GCMBaseIntentService.html

These "helper libraries" were always intended as a demo; they've never been an official, supported API.

We want people to use the official GMS Core API now:

http://developer.android.com/reference/com/google/android/gms/gcm/GoogleCloudMessaging.html

Unfortunately, this recent blog post (Sept. 2014) gives additional visibility to the deprecated demo API:

http://android-developers.blogspot.com/2014/09/conference-data-sync-gcm-google-io.html

We should update this implementation.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions