最近の検索


最近の検索はありません

Sion Sasson's Avatar

Sion Sasson

参加日2025年2月05日

·

前回のアクティビティ2025年2月25日

フォロー中

0

フォロワー

0

合計アクティビティ

4

投票

0

サブスクリプション

1

アクティビティの概要

さんの最近のアクティビティ Sion Sasson

Sion Sassonさんがコメントを作成しました:

コミュニティのコメント Developer - Zendesk SDKs

already have a ticket opened and waiting for help 

コメントを表示 · 投稿日時:2025年2月25日 · Sion Sasson

0

フォロワー

0

投票

0

コメント


Sion Sassonさんがコメントを作成しました:

コミュニティのコメント 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
            }
        }

コメントを表示 · 投稿日時:2025年2月05日 · Sion Sasson

0

フォロワー

0

投票

0

コメント


Sion Sassonさんがコメントを作成しました:

コミュニティのコメント 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?

コメントを表示 · 投稿日時:2025年2月05日 · Sion Sasson

0

フォロワー

0

投票

0

コメント