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

Fix android push #14

Closed atsushi-ageet closed 5 years ago

atsushi-ageet commented 5 years ago

Currently Android Push seems to always fail. I analyzed and fixed the problem.

onmyway133 commented 5 years ago

@atsushi-ageet awesome 👍

alexcosmin commented 5 years ago

@onmyway133 would it be possible to make a new release with this fix, so Android Push would work in the latest release? :)

Timo-Linde commented 5 years ago

You can build this on your own: Checkout the Repository Install yarn (i did it with homebrew): brew install yarn Add the electron-builder: yarn add electron-builder --dev I needed to run the yarn add electron-builder command twice, dont know why cd in the directory and run yarn dist

This worked for me

onmyway133 commented 5 years ago

@atsushi-ageet @alexcosmin Hi, sorry for late reply, I just built it and made new release 1.4.0 https://github.com/onmyway133/PushNotifications/releases/tag/1.4.0