Recent searches


No recent searches

Sion Sasson's Avatar

Sion Sasson

Joined Feb 05, 2025

·

Last activity Feb 05, 2025

Following

0

Followers

0

Total activity

3

Votes

0

Subscription

1

ACTIVITY OVERVIEW

Latest activity by Sion Sasson

Sion Sasson commented,

Community comment 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
            }
        }

View comment · Posted Feb 05, 2025 · Sion Sasson

0

Followers

0

Votes

0

Comments


Sion Sasson commented,

Community comment 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?

View comment · Posted Feb 05, 2025 · Sion Sasson

0

Followers

0

Votes

0

Comments