FastGCM icon indicating copy to clipboard operation
FastGCM copied to clipboard

Fast Google Cloud Messaging(GCM) integration for Android. Receive push notification easily.

Results 9 FastGCM issues
Sort by recently updated
recently updated
newest added

I am getting the error: ``` E/AndroidRuntime: FATAL EXCEPTION: main Process: com.ohmd.ohmd, PID: 3811 java.lang.NoSuchMethodError: No static method zzb(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; in class Lcom/google/android/gms/common/internal/zzaa; or its super classes (declaration of 'com.google.android.gms.common.internal.zzaa' appears...

This one Display push when application is not running and application is clos.

I get this error when get gcm token in my device. I don't know why?

`onDeviceRegisted` is not work. T_T

this error is popping up on all apps I have this lib in... ``` java Failure [INSTALL_FAILED_DUPLICATE_PERMISSION perm=co.mobiwise.library.permission.C2D_MESSAGE pkg=com.xxxxxx ```

now both onMessage and onMessageReceived are working.How to make call only onMessage if activity is present.

first of all thanks for this awesome library. from what i got from your readme => i can only call `GMCManager.getInstance(this).subscribeTopic("Gospel");` from `onDeviceRegisted`. but i have a case where the...

This memory leak is always popping up in regards to this lib... ![screenshot_2015-09-08-16-37-42](https://cloud.githubusercontent.com/assets/1570089/9750563/5d11b4ec-564e-11e5-9b5b-2f91e436f4c3.png)