livechat / chat-window-ios

Embeding LiveChat mobile chat window in iOS application
MIT License
24 stars 31 forks source link

Doing same procedure as in demo app still its not working #91

Open het1511 opened 2 years ago

pmehul55 commented 2 years ago

=> Using Pod version LiveChat 2.0.24 => XCode version 13.3

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
LiveChat.licenseId = "PASSING HERE MY 8 DIGIT LICENCE NUMBER" LiveChat.groupId = "" LiveChat.delegate = self return true }

@IBAction func btnShowChatClickAction(_ sender: Any) { LiveChat.presentChat() }

=> Getting this log and unable to present chat screen :

WebViewBridge unknown messageType: { messageType = uiReady; }

Please advise me if there is any change.

Thank you!