chinloyal / pusher_client

A Pusher Channels Client for Fluttter (Fully supports Android and iOS)

Home Page:https://pusher.com/channels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working in app terminated state.

jawadabbasi923 opened this issue · comments

I want to show push notification using pusher. but it is not working when app is terminated.

This is an implementation of pusher channels, it's not intended to work with push notifications. The purpose is to give real time updates in the app. Pusher Channels close connection once the app is terminated thus it cannot be used to send notifications in the background.