happones / nativescript-laravel-echo

A nativescript plugin for laravel-echo
Apache License 2.0
10 stars 2 forks source link

Receive notifications when App is closed #16

Closed emperorjm closed 4 years ago

emperorjm commented 4 years ago

Is there an option to receive notifications even if the app is closed?

happones commented 4 years ago

Try push notifications

emperorjm commented 4 years ago

The push notification plugin is deprecated and I had to go with the Nativescript firebase plugin (https://github.com/EddyVerbruggen/nativescript-plugin-firebase) using my custom server to generate the messages to get it working but hopefully I will find a solution that works with this plugin as I don't want to be dependent on Firebase.