I try to make gcm work.
When our server sends a push notification I got these two errors in my app\'s log:
E/GcmReceiver(8049
Hey You need to add MyGcmListenerService class for receive notification:
public class MyGcmListenerService extends GcmListenerService {
@Override
public void onMessageReceived(String from, Bundle data) {
String message = data.getString("message");
}
you need add this class as service in AndroidMaifest.xml