使用 DocuSign iOS SDK 下载完成的信封文档

Download completed envelope document using DocuSign iOS SDK

我正在使用 native ios sdk. I have created an envelope and signed it. For creating and signing the envelope I was using the documentation and suggestions that were given on 主题。

现在,我想下载我签名的文档。在 Android mobile sdk there is a DSEnvelopeDelegate which has a method downloadCompletedEnvelopeDocument (description here).

但是在 iOS SDK 中我找不到任何方法可以实现相同的工作。 如何使用iOSSDK下载完成的信封文件? 如果它在 iOS SDK 中不可用怎么办(也许使用一些 API 等)?

如何使用 DocuSign iOS SDK 下载完成的信封

目前,最好使用已签名信封的 API to download the envelopes as current iOS-SDK version doesn't support downloading the completed envelopes from server. It's on the roadmap for iOS-SDK to have this functionality after summer (anticipated release Aug 2021). With API, there is an option to download individual, zip-archive or combined 个文件。