Hi,
I try to send a push message from a php script running on a server to a user. I send the message below: I use $pushNotificationService->sendPushMessageToUser("username",'{"badge":1,"alert":"game.playnextturnmessage","sound":"default","title":"game.playturnpushtitle"}');
using a known user to send the message to.
I get an error: The Request parameters are invalid.
Which parameter is invalid?
The push message does not show up in the push messages log on the apphq.
Hope you can help me on this.