Ricerche recenti


Nessuna ricerca recente

Christian Scheumann's Avatar

Christian Scheumann

Data ingresso 20 giu 2023

·

Ultima attività 09 dic 2024

Seguiti

0

Follower

0

Attività totali

15

Voti

3

Abbonamenti

8

PANORAMICA ATTIVITÀ

Ultima attività di Christian Scheumann

Christian Scheumann ha commentato,

Commento nella community Developer - Zendesk SDKs

Hi Greg, do you need anything else?

Visualizza commento · Data ultimo post: 09 dic 2024 · Christian Scheumann

0

Follower

0

Voti

0

Commenti


Christian Scheumann ha creato un post,

Post Developer - Zendesk SDKs

We were trying to configure Zendesk Messaging in our React Native App for which we used the Zendesk SDK and a wrapper for React Native. Initialisation of the Zendesk SDK works as well as logging in the user with a token signed with the specified secret. When opening the Messaging View, an initial chat can be started if there is no previous chat. When opening the Message View again though the user is presented with a list of available chats. Here we face  the issue that if multi-conversations are enabled, tapping on an existing chat has no effect rendering the user unable to open it
Please see the screenshots attached.

 

Further information:
 

- Zendesk (3.4.0):
    - ZendeskSDKConversationKit (~> 8.0.0)
    - ZendeskSDKCoreUtilities (~> 3.0.0)
  - ZendeskSDKConversationKit (8.0.0):
    - ZendeskSDKCoreUtilities (~> 3.0.0)
    - ZendeskSDKFayeClient (~> 1.9.0)
    - ZendeskSDKHTTPClient (~> 0.16.1)
    - ZendeskSDKStorage (~> 1.1.0)
  - ZendeskSDKCoreUtilities (3.0.0)
  - ZendeskSDKFayeClient (1.9.0):
    - ZendeskSDKLogger (~> 0.10.0)
    - ZendeskSDKSocketClient (~> 1.8.0)
  - ZendeskSDKGuideKit (1.2.0):
    - ZendeskSDKCoreUtilities (~> 3.0.0)
    - ZendeskSDKHTTPClient (~> 0.16.1)
    - ZendeskSDKLogger (~> 0.10.0)
    - ZendeskSDKStorage (~> 1.1.0)
  - ZendeskSDKHTTPClient (0.16.1):
    - ZendeskSDKLogger (~> 0.10.0)
  - ZendeskSDKLogger (0.10.0)
  - ZendeskSDKMessaging (2.26.0):
    - Zendesk (~> 3.4.0)
    - ZendeskSDKConversationKit (~> 8.0.0)
    - ZendeskSDKCoreUtilities (~> 3.0.0)
    - ZendeskSDKGuideKit (~> 1.2.0)
    - ZendeskSDKUIComponents (~> 10.0.0)
  - ZendeskSDKSocketClient (1.8.0):
    - ZendeskSDKLogger (~> 0.10.0)
  - ZendeskSDKStorage (1.1.0):
    - ZendeskSDKLogger (~> 0.10.0)
  - ZendeskSDKUIComponents (10.0.0):
    - ZendeskSDKCoreUtilities (~> 3.0.0)

How we open the Message View:
 

@objc(openMessagingView:rejecter:)
  func openMessagingView(
    resolver resolve: @escaping RCTPromiseResolveBlock,
    rejecter reject: @escaping RCTPromiseRejectBlock
  ) -> Void {
    if !initialized {
      reject(nil, "Zendesk instance not initialized", nil)
      return
    }

    DispatchQueue.main.async {
      guard let viewController = ZendeskNativeModule.shared.getMessagingViewController(),
            let rootController = RCTPresentedViewController() else {
        reject(nil, "cannot open messaging view", nil)
        return
      }
      rootController.show(viewController, sender: self)
      resolve(nil)
    }
  }

Data ultimo post: 21 nov 2024 · Christian Scheumann

0

Follower

4

Voti

4

Commenti


Christian Scheumann ha commentato,

Commento nella community Feedback - Ticketing system (Support)

Got any new info here?

Visualizza commento · Data ultimo post: 04 apr 2024 · Christian Scheumann

0

Follower

0

Voti

0

Commenti


Christian Scheumann ha commentato,

Commento nella community Feedback - Chat and Messaging (Chat)

+1 

Visualizza commento · Data ultimo post: 25 gen 2024 · Christian Scheumann

0

Follower

0

Voti

0

Commenti