Ricerche recenti


Nessuna ricerca recente

Sion Sasson's Avatar

Sion Sasson

Data ingresso 05 feb 2025

·

Ultima attività 25 feb 2025

Seguiti

0

Follower

0

Attività totali

4

Voti

0

Abbonamento

1

PANORAMICA ATTIVITÀ

Ultima attività di Sion Sasson

Sion Sasson ha commentato,

Commento nella community Developer - Zendesk SDKs

already have a ticket opened and waiting for help 

Visualizza commento · Data ultimo post: 25 feb 2025 · Sion Sasson

0

Follower

0

Voti

0

Commenti


Sion Sasson ha commentato,

Commento nella community Developer - Zendesk SDKs

Just to add: 

The Zendesk is initialized before logging in. 

Zendesk.initialize(withChannelKey: Constants.channelKey,
                           messagingFactory: DefaultMessagingFactory()) { result in
            switch result {
            case .success(let zendesk): 
            	// Here I login with new JWT token generated by our server
            	login()
            case .failure(let error): break
            }
        }

Visualizza commento · Data ultimo post: 05 feb 2025 · Sion Sasson

0

Follower

0

Voti

0

Commenti


Sion Sasson ha commentato,

Commento nella community Developer - Zendesk SDKs

I'm getting: The JWT provided could not be decoded when trying to log in.

The JWT token is decoded as it should (via JWT.io).

I'm using the latest iOS SDK version - ZendeskSDKMessaging - 2.27.0

 

The secret and the kidare defined and used to construct the JWT token. Any idea what I've missed?

Visualizza commento · Data ultimo post: 05 feb 2025 · Sion Sasson

0

Follower

0

Voti

0

Commenti