CodeMonkeysRu/GCMMessage

MismatchSenderId

Opened this issue · 0 comments

Hello,

On some requests, I have this result:

object(CodeMonkeysRu\GCM\Response) {
	[private] multicastId => (float) 7.7314933357726E+18
	[private] success => (int) 422
	[private] failure => (int) 78
	[private] canonicalIds => (int) 0
	[private] results => [
		'APA91bE5I3lWrDaHVnMCJFg4Bc1Iy0yRZdSMthpPjdaCaKQsueRJCVGDEQ-AkvXpvagvE8JHmA2sr8GAojqMW_4GnYKuPM9TJRt9hL9CVySpCSN1a-4B0YPdjXPECrcNsbyG_IisEyGx' => [
			'error' => 'MismatchSenderId'
		],
	]
}

But it seems there is no way to get this list of errors, except pooling resluts of course.

Mybe it could be interesting....