I started to implement GCM.
I use the official official Google tutorial .
I did not find ANYTHING about this error on Google. Does anyone know what that means?
I got it from BroadcastReceiver:
if (GoogleCloudMessaging.MESSAGE_TYPE_SEND_ERROR.equals(messageType)) { sendNotification("Send error: " + intent.getExtras().toString()); Log.i(TAG, "Send error: " + intent.getExtras().toString()); 07-11 16:56:55.083: I/GCMDemo(3425): Send error: Bundle[{error=TooManyMessages, message_type=send_error, google.message_id=1}]
source share