iOS SDK | Community
Skip to main content

iOS SDK

  • August 17, 2023
  • 0 replies
  • 0 views

Gerson

Hey, i'm currently trying to implement Zendesk chat in iOS.

I've got two issues:

- Can't add a .p12, gives me an "Changes couldn't be saved" error.

- I'm using cocoa pods and v2 as per this guide. But Chat object could not be found (I could see objects like ChatEngine or ChatMenuAction)

import ChatSDK
Chat.initialize(accountKey: <#"Your account key"#>, appId: <#Your app identifier#>)

Should i use another version?

Thanks so much