We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
=> 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!
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: