最近搜索
没有最近搜索

Brandon Hawker
已加入2023年5月02日
·
最后活动2023年9月22日
关注
0
关注者
0
活动总数
14
投票
0
订阅
5
活动概览
标记
文章
帖子
社区评论
文章评论
活动概览
的最新活动 Brandon Hawker
Brandon Hawker 创建了一个帖子,
I see this note in the documentation:
"You can initialize the Support SDK in your Application subclass, in an Activity, or anywhere you have access to a Context. Zendesk recommends initializing as early as possible, such as at application start time."
Any major issues with initializing more "on-demand" (before or when the user is going to access help information, for example).
已于 2023年9月22日 发布 · Brandon Hawker
0
关注者
2
投票
1
Comment
Brandon Hawker 进行了评论,
Eric Nelson following up on this issue, I was also able to replicate from the bug going from SDK version 5.5 -> 6.0.
Some more details on the issue:
- Conversations that have at least one support agent comment on them do not load ("Failed to load comments").
- Conversations that have just the end user comments do not surface the issue.
As described in Michael's initial post this is effectively data loss from a user perspective during the SDK upgrade, and is a major problem. Can this be escalated?
查看评论 · 已于 2023年7月20日 发布 · Brandon Hawker
0
关注者
0
投票
0
评论
Brandon Hawker 创建了一个帖子,
Hello,
We leverage the Support SDK on iOS to present the ticket requests. How is the data sourced for determining when to show the unread ticket indicator for the user (dot on the left side)? Is this available via the Zendesk API? Is it stored on-device and handled within the SDK?
Thanks.
已于 2023年5月12日 发布 · Brandon Hawker
0
关注者
4
投票
6
评论
Brandon Hawker 进行了评论,
Brandon Hawker 创建了一个帖子,
I'm on version 5.3 of the iOS SDK. I'd like to set my own title when pushing Zendesk UI onto my navigation controller, but when I try to update the title of the view controller returned by RequestUi, it is immediately overridden by code within the ZendeskSDK. Is this controllable by developers?
Examples:
let vc = RequestUi.buildRequestList(with:)
vc.title = "My Custom Title"
let vc = RequestUi.buildRequestUi(with:)
navigationController.pushViewController(vc, animated: true)
vc.title = "My Custom Title"
navigationController.pushViewController(vc, animated: true)
Setting the title in either of these manners doesn't persist it on the view controller that is pushed
已于 2023年5月02日 发布 · Brandon Hawker
0
关注者
3
投票
4
评论