inloop / easygcm

Android Library for easy GCM integration in few lines of code.
Apache License 2.0
261 stars 43 forks source link

Getting "MismatchSenderId" with this library #11

Closed younes0 closed 9 years ago

younes0 commented 9 years ago

I've been trying everything hours: it looks like that this library causes this error. The Sender_ID is the right one, this works fines also: am broadcast -a com.google.android.c2dm.intent.RECEIVE -n com.younes0.bnm/eu.inloop.easygcm.GcmBroadcastReceiver --es "type" "foo" Did anybody else had the same problem?

peterbartos commented 9 years ago

Wasn't this your issue? http://stackoverflow.com/questions/11307689/when-sending-messages-using-gcm-i-keep-getting-the-response-mismatchsenderid

younes0 commented 9 years ago

@peterbartos no since when I stopped using this library, everything was working fine. I'll close the issue since I can't provide further details. Thanks.