Skip to content
New issue

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

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

Open
het1511 opened this issue Feb 20, 2022 · 1 comment
Open

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

het1511 opened this issue Feb 20, 2022 · 1 comment

Comments

@het1511
Copy link

het1511 commented Feb 20, 2022

No description provided.

@het1511 het1511 closed this as completed Feb 20, 2022
@het1511 het1511 reopened this Feb 20, 2022
@pmehul55
Copy link

pmehul55 commented Jun 8, 2022

=> 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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants