onmyway133 / PushNotifications

🐉 A macOS, Linux, Windows app to test push notifications on iOS and Android
https://onmyway133.com
Other
2.26k stars 176 forks source link

Android: Bad request #10

Closed weitieda closed 5 years ago

weitieda commented 5 years ago

Hi,

May I ask what kinda of JSON we need to give for testing Android device.

I've tried: { "message":{ "token":"<my_device_token>", "notification":{ "title":"Portugal vs. Denmark", "body":"great match!" } } } and some other simple ones, all return to me "Failed: Bad Request", but I could confirm my server key and device token are valid since I was able to sent from other online push notification tester.

Thanks.