Android Question Error sending message: Bad Request with GCM

tufanv

Expert
Licensed User
Longtime User
Hello

I was able to send push messages using simple push framework tutorial by Erel. Today I can't send any messages and i get : Error sending message: Bad Request

What may be wrong On the internet it says something about json. But i couldnt solve the problem. When i tried to delete the store.db that stores the tokens, and add 2-3 tokens i can send the message. I think the problem begins when it the number of devices passes 1000.

TY
 
Last edited:

DonManfred

Expert
Licensed User
Longtime User
So you are sending A LOT of pushes at ONCE???

Maybe you need to split them into several calls and send only 50 at once or so...
 
Upvote 0
Top