Cannot connect to SendBird server

I created channel and user.
But I can not connect with this code

SBDMain.connect(withUserId: “36”, completionHandler: { (user, error) in}
Throw the error Domain=NSURLErrorDomain Code=800120 “(null)” UserInfo={NSUnderlyingError=0x28130d800 {Error Domain=NSURLErrorDomain Code=-1001 “Timed out connecting to server.” UserInfo={NSLocalizedDescription=Timed out connecting to server.}}})

Btw, I checked the demo, the connection is successful(Same APP_ID, same userID and channelURL)

Hey @ohio,

Can you share your implementation of the iOS SDK? Ideally you’re connection method.

Thanks!

1 Like

I already solve problem - depend on v.218. Thanks so much.

1 Like