最近搜索


没有最近搜索

Zendesk PhotoSì's Avatar

Zendesk PhotoSì

已加入2022年4月14日

·

最后活动2022年5月20日

关注

0

关注者

1

活动总数

19

投票

3

订阅

7

活动概览

的最新活动 Zendesk PhotoSì

Zendesk PhotoSì 进行了评论,

社区评论 Developer - Zendesk SDKs

ok, thank you
but I don't understand the reason of the issue.

at what point should zendesk call the api to retrieve the token?
here?

let identity = Identity.createJwt(token: myToken)

why we don't receive any call to our api? (we checked the logs)

查看评论 · 已于 2022年5月20日 发布 · Zendesk PhotoSì

0

关注者

0

投票

0

评论


Zendesk PhotoSì 进行了评论,

社区评论 Developer - Zendesk SDKs

I see.
So, without an Enterprise plan, it is not possible to hide zendesk logo.
Do you confirm?

Thank you.

查看评论 · 已于 2022年5月17日 发布 · Zendesk PhotoSì

0

关注者

0

投票

0

评论


Zendesk PhotoSì 进行了评论,

社区评论 Developer - Zendesk SDKs

Hi, we have the same problem, ex: in zs_activity_view_article, 

zendesk.support.guide.ArticleVotingView

is private so we can't override the layout. 

查看评论 · 已于 2022年5月17日 发布 · Zendesk PhotoSì

0

关注者

0

投票

0

评论


Zendesk PhotoSì 创建了一个帖子,

帖子 Developer - Zendesk SDKs

Hi, is it possible to hide zendesk logo in My Tickets list?

已于 2022年5月12日 发布 · Zendesk PhotoSì

0

关注者

3

投票

3

评论


Zendesk PhotoSì 创建了一个帖子,

帖子 Developer - Zendesk SDKs

I am trying to use jwt authentication for zendesk support on my iOS app:

Zendesk.initialize(appId: "<#appId#>",

               clientId: "<#clientId#>",

               zendeskUrl: "<#zendeskUrl#>")

Support.initialize(withZendesk: Zendesk.instance)

// Set an identity for authentication.

let identity = Identity.createJwt(token: myToken)

Zendesk.instance?.setIdentity(identity)

But Identity.createJwt return me an invalid token: if I put it in https://jwt.io/, I don't have 'name' in response payload.

When I call my API with curl, the token is correct.
So, can the problem is with Identity.createJwt ?
Shouldn't Identity.createJwt return the same token as the api?

 

已于 2022年5月11日 编辑 · Zendesk PhotoSì

0

关注者

2

投票

2

评论


Zendesk PhotoSì 进行了评论,

社区评论 Developer - Zendesk SDKs

Hi, probably I've got the same problem.
When you call Identity.createJwt(), do you get a valid token?


查看评论 · 已于 2022年5月11日 发布 · Zendesk PhotoSì

0

关注者

0

投票

0

评论


Zendesk PhotoSì 创建了一个帖子,

帖子 Feedback - Ticketing system (Support)

SDK iOS, Mobile app
It would be useful if it were possible to let the user choose whether to start a conversation via chat or ticket, as happens on the web.

已于 2022年5月10日 发布 · Zendesk PhotoSì

0

关注者

2

投票

0

评论


Zendesk PhotoSì 进行了评论,

社区评论 Developer - Zendesk SDKs

查看评论 · 已于 2022年4月26日 发布 · Zendesk PhotoSì

0

关注者

0

投票

0

评论


Zendesk PhotoSì 创建了一个帖子,

帖子 Developer - Zendesk SDKs

iOS SDK Mobile App:

When I tap on "Start a conversation" or on Icon in navBar, is it possible to let the user choose whether to use the chat or open a ticket?

已于 2022年4月26日 编辑 · Zendesk PhotoSì

0

关注者

1

投票

1

Comment