chinloyal / pusher_client

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

Flutter pusher works in Android but not in IOS #64

Open Hyxio opened 1 year ago

Hyxio commented 1 year ago

I've configured all recomended settings in info.plist. log shows connected but instantly it gives an error that is below.

Error authorizing channel

Hyxio commented 1 year ago

[] nw_protocol_copy_ws_definition_block_invoke [C14.1:1] nw_ws_validate_server_response

Hyxio commented 1 year ago

i tried with both others but getting the same error pusher_client: git:

url: https://github.com/thijskuilman/pusher_client.git

  url: https://github.com/fabiancrx/pusher_client
ahmadnbl commented 1 year ago

have you setup your podfile like in this SO answer?

DanyM93 commented 8 months ago

I tried setting up the podfile like that, but it isn't connecting, any update?

have you setup your podfile like in this SO answer?