최근 검색
최근 검색 없음

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
댓글
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님이 에 댓글을 입력함
Thank you Christopher. Is there a method to dynamically set these strings in code based on certain conditions?
For example, depending on how the user enters ticket creation in the app, I might want different titles.
댓글 보기 · 2023년 5월 03일에 편집됨 · Brandon Hawker
0
팔로워
0
투표 수
0
댓글
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
댓글