최근 검색


최근 검색 없음

Gerson da Cunha's Avatar

Gerson da Cunha

가입한 날짜: 2023년 8월 17일

·

마지막 활동: 2023년 11월 08일

팔로잉

0

팔로워

0

총 활동 수

5

투표 수

0

플랜 수

2

활동 개요

님의 최근 활동 Gerson da Cunha

Gerson da Cunha님이 에 댓글을 입력함

커뮤니티 댓글 Developer - Zendesk SDKs

Hey Mick, thanks for the response.

I'm using the Unified version of the SDK and building the chat like this. Without the form questions since I'm passing it the visitor's info.

There's something interesting the way the potential issue reproduces, since it happens only as soon as the Answer bot starts typing, but when an agent is typing (and throughout the whole chat) the attachment button is still there.

These are the installed dependencies through Cocoapods:

- ZendeskAnswerBotProvidersSDK (3.0.0):
    - ZendeskSupportProvidersSDK (= 6.0.0)
  - ZendeskAnswerBotSDK (3.0.0):
    - ZendeskAnswerBotProvidersSDK (= 3.0.0)
    - ZendeskMessagingSDK (= 4.0.0)
  - ZendeskChatProvidersSDK (3.0.0)
  - ZendeskChatSDK (3.0.0):
    - ZendeskChatProvidersSDK (= 3.0.0)
    - ZendeskMessagingSDK (= 4.0.0)
  - ZendeskCommonUISDK (7.0.0)
  - ZendeskCoreSDK (3.0.0)
  - ZendeskMessagingAPISDK (4.0.0):
    - ZendeskSDKConfigurationsSDK (= 2.0.0)
  - ZendeskMessagingSDK (4.0.0):
    - ZendeskCommonUISDK (= 7.0.0)
    - ZendeskMessagingAPISDK (= 4.0.0)
  - ZendeskSDKConfigurationsSDK (2.0.0)
  - ZendeskSupportProvidersSDK (6.0.0):
  - ZendeskCoreSDK (= 3.0.0)
  - ZendeskSupportSDK (6.0.0):
    - ZendeskMessagingSDK (= 4.0.0)
    - ZendeskSupportProvidersSDK (= 6.0.0)

 

This is part of the code I'm using:

func setup() {
Chat.initialize(accountKey: accountKey)
}

func getMessagingViewController() -> UIViewController {
do {
return try buildMessagingViewController()
} catch {
logZendeskBuildingError()
    return UIViewController()
}
}

func buildMessagingViewController() throws -> UIViewController {
Chat.instance?.configuration = chatAPIConfig
let controller = try Messaging.instance.buildUI(engines: engines,
configs: [messagingConfiguration, chatConfiguration])
self.viewController = controller
return controller
}

댓글 보기 · 2023년 11월 08일에 게시됨 · Gerson da Cunha

0

팔로워

0

투표 수

0

댓글


Gerson da Cunha님이 에 게시물을 만듦

게시물 Developer - Zendesk SDKs

Hello,

When the chat windows comes up the clip button for file attachment is there, but as soon as the bot "starts typing" the button goes away. Does anyone know why that could be? It looks like a bug to me but since I'm not a Zendesk expert it could be something I'm missing.

Thanks so much.

 

 

2023년 11월 06일에 게시됨 · Gerson da Cunha

0

팔로워

6

투표 수

4

댓글


Gerson da Cunha님이 에 게시물을 만듦

게시물 Developer - Zendesk SDKs

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

2023년 8월 17일에 게시됨 · Gerson da Cunha

0

팔로워

1

투표

0

댓글