Max Fadeev

Results 5 comments of Max Fadeev
trafficstars

Hi @CydeSwype Did you manage to use OneSignal with electron-push-receiver ?

Wow, thanks for the quite quick and detailed response! Yeah, I skipped that part in docs, and now I feel like I'm doing something illegal 😄 I've followed your instruction...

I finally managed to receive OneSignal messages 💪. My mistake was that I set device_type to 5(CHROME WEB PUSH), and I have to set it to 1(ANDROID) . So my...

@Aarbel that is a message sent to renderer process by the **electron-push-receiver** module. Take a look at [comment](https://github.com/OneSignal/OneSignal-Website-SDK/issues/98#issuecomment-398918394) above. There is an example that shows how it works. When a...