FastGCM
FastGCM copied to clipboard
Fast Google Cloud Messaging(GCM) integration for Android. Receive push notification easily.
@see #6
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... 