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:
- You need to migrate your project to Android Studio for better support.
- Your GCM registration library GCMRegistrar is too old. You need to get the latest version, checkout here.
Hope this helped :)
Post a Comment for "Will Push Notifications Through Gcm Be Supported In Eclipse"