Reputation: 789
I have an application for Android SDK 19, which is written for using C2DM. And I need to migrate it to GCM. I faced with next problems:
The questions are:
Upvotes: 2
Views: 78
Reputation: 835
I advise you to follow this guide Migrate a GCM Client App for Android to Firebase Cloud Messaging: https://developers.google.com/cloud-messaging/android/android-migrate-fcm
Firebase: https://firebase.google.com/
I think that this guide is very useful and helpful.
Upvotes: 1
Reputation: 3388
instead of using GCM try to migrate to firebase
google now recommends to use firebase notification
Upvotes: 1