最近の検索


最近の検索はありません

Anant Patel's Avatar

Anant Patel

参加日2023年10月20日

·

前回のアクティビティ2024年10月04日

フォロー中

0

フォロワー

0

合計アクティビティ

4

投票

0

受信登録

2

アクティビティの概要

さんの最近のアクティビティ Anant Patel

Anant Patelさんがコメントを作成しました:

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

Hi Onur,

 

Can you please give us an approximate timeline when Zendesk support SDK (https://github.com/zendesk/support_sdk_ios ) will get updated to resolve this issue, so that we can update pod itself (to address this issue)

 

Thanks.

 

コメントを表示 · 投稿日時:2024年10月04日 · Anant Patel

0

フォロワー

0

投票

0

コメント


Anant Patelさんが投稿を作成しました:

投稿 Developer - Zendesk SDKs

Hi,

We would like to open a request form with a specific ticket_form_id within iOS SDK UI either via RequestUI.buildRequestUI OR via helpCenterUI.buildHelpCenterUI. We are not able to take user to that for within the iOS Mobile SDK.

We tried:

let requestUiConfig = RequestUiConfiguration()

requestUiConfig.ticketFormID = NSNumber(integerLiteral: 208xxxxxxxxxxx)

let requestController = RequestUi.buildRequestUi(with: [requestUiConfig])

self.present(asModalRoot: requestController)

 But it only opens a simple contact screen with messaging box and NOT the actual form. I see there is a way to take user to an existing ticket OR an article as below but there is no documentation that specifies how to take user to a specific form 

https://developer.zendesk.com/documentation/classic-web-widget-sdks/support-sdk/ios/help_center/#show-a-single-article

https://developer.zendesk.com/documentation/classic-web-widget-sdks/support-sdk/ios/requests/#show-an-existing-ticket

It should open below form but it is not showing up and instead it opens a standard blank Contact us screen with a message text box:

 

 

編集日時:2023年10月20日 · Anant Patel

0

フォロワー

1

投票

0

コメント