TwilioDevEd / twiliochat-swift

Swift implementation of Twilio Chat
https://www.twilio.com/docs/tutorials/walkthrough/ip-chat/ios/swift
MIT License
46 stars 18 forks source link

Did get token, but can not present RootViewController #16

Open thuongdao opened 7 years ago

thuongdao commented 7 years ago
  func chatClient(_ client: TwilioChatClient!, synchronizationStatusChanged status: TCHClientSynchronizationStatus) {

  }

I debugged, it run to the function of class "ChannelManager" and stuck in it

maari2k23 commented 4 years ago

I am also facing the same issue