最近搜索
没有最近搜索

Zendesk PhotoSì
已加入2022年4月14日
·
最后活动2022年5月20日
关注
0
关注者
1
活动总数
19
投票
3
订阅
7
活动概览
标记
文章
帖子
社区评论
文章评论
活动概览
的最新活动 Zendesk PhotoSì
Zendesk PhotoSì 进行了评论,
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ì 创建了一个帖子,
Hi, is it possible to hide zendesk logo in My Tickets list?
已于 2022年5月12日 发布 · Zendesk PhotoSì
0
关注者
3
投票
3
评论
Zendesk PhotoSì 创建了一个帖子,
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ì 创建了一个帖子,
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ì 创建了一个帖子,
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