easygcm icon indicating copy to clipboard operation
easygcm copied to clipboard

Android Library for easy GCM integration in few lines of code.

Results 15 easygcm issues
Sort by recently updated
recently updated
newest added

Can you please change the way this library uses service intent to make it work correctly on Android O? AppController: java.lang.IllegalStateException: Not allowed to start service Intent { cmp=eu.inloop.easygcm.GcmRegistrationService (has...

I'm having trouble starting EasyGcm on sony devices, i have tested the same app on galaxy s6 and works fine, Xperia devices crash and this is the log. `08-24 15:08:18.363...

NetworkStateReceiver check if was easyGCM initialized before trying to register. Added easyStates, only one state for now, maybe in future ...

The `NetworkStateReceiver` performs GCM registration even though `EasyGcm.init(Context)` was never called. I think that the library shouldn't do anything until its `init` method was called. In our app we perform...

Hello, Thank you for for this easy to use and helpful library! My issue is that I am seeing this exception in my error logs for a small subset of...

Maybe it's just me, but I had to try all kinds of things to get this to work properly. First of all, the init command in the README file didn't...

Caused by java.lang.NoClassDefFoundError eu.inloop.easygcm.GcmHelper$1.doInBackground (GcmHelper.java:221) eu.inloop.easygcm.GcmHelper$1.doInBackground (GcmHelper.java:212) This exeption appears after 2-3 secends on app runing. Logcat shows nothing. This log is from Fabric.io witch I have implemented into my...

After running gradlew clean, the following exception occurs: Execution failed for task ':easygcm-tasks:clean'. > Unable to delete file: C:\dev\easygcm\easygcm-tasks\build\libs\easygcm-tasks.jar A temporary workaround is to comment out `include 'easygcm-tasks'` from settings.gradle