onmyway133 / PushNotifications

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

Unable to send push notification with custom content #12

Closed clfristoe closed 5 years ago

clfristoe commented 5 years ago

I am trying to send a push notification with the following body: {"aps": {"alert": { "title": "Payment Late", "body": "You have a payment that is late.", } }, "deeplink": "", "userId": "" }

however when I press send I just see "loading" and a spinning wheel. Is if it's possible to send an alert with a title and a body as well as a deeplink url?