Skip to content Skip to sidebar Skip to footer

Will Push Notifications Through Gcm Be Supported In Eclipse

I am using eclipse IDE for development. I followed lots of tutorials and implemented push notifications in my project but I'm not getting the GCM Registration id, So my questions i

Solution 1:

Push notifications will work no matter what IDE you're using, but I have two pieces of advice for you:

  1. You need to migrate your project to Android Studio for better support.
  2. Your GCM registration library GCMRegistrar is too old. You need to get the latest version, checkout here.

Hope this helped :)

Solution 2:

Post a Comment for "Will Push Notifications Through Gcm Be Supported In Eclipse"