heywhy / flutter-pusher-client

A pusher.com client written with dart for flutter
MIT License
9 stars 30 forks source link

Pusher trigger method #15

Open MohamedEL-Torky opened 3 years ago

MohamedEL-Torky commented 3 years ago

Hi does this library support pusher trigger events?

I have tried to use it but unfortunately, my trigger events never reached the pusher server. I have doubled checked the Authorization option and everything is fine, I can bind to private channels which means that my Authorization settings are valid, will appreciate any response regarding this case.

Thanks in advance.

heywhy commented 3 years ago

Trigger event only works on iOS based on the pusher SDK which is why it is excluded in this library so as to avoid a situation where it works on iOS but doesn't work on android.

chinloyal commented 3 years ago

@MohamedEL-Torky This package (pusher_client) supports trigger events for both Android and iOS

heywhy commented 3 years ago

I will look at implementing this feature this week.