chinloyal / pusher_client

A Pusher Channels Client for Fluttter (Fully supports Android and iOS)
https://pusher.com/channels
MIT License
43 stars 175 forks source link

Can not connect private channels on iOS #28

Open annaAzarova opened 3 years ago

annaAzarova commented 3 years ago

I am trying to connect private channel but I keep getting this error:

Error authorizing channel [private-channel]: Optional("{\"success\":false,\"message\":\"\"}")
"D/PusherClientPlugin: [ON_EVENT] Channel: private-channel, EventName: pusher:subscription_error, Data: {\"success\":false,\"message\":\"\"}, User Id: "

Everything works fine on Android.

nicolasvahidzein commented 2 years ago

try this:

https://github.com/olubunmitosin/laravel_flutter_pusher

and it was a BREEZE! Stop using this one.

amirdesignfy commented 2 years ago

@annaAzarova if you found a solution for this issue