简体   繁体   English

DocuSign iOS应用程序自定义URL方案?

[英]DocuSign iOS app custom URL scheme?

I'd like to launch the DocuSign iOS app from the iOS application I'm working on. 我想从正在使用的iOS应用程序启动DocuSign iOS应用程序。 Does the DocuSign app have a custom URL scheme that I can use to open it? DocuSign应用程序是否具有可用于打开它的自定义URL方案?

There is no URL scheme, but they do have an iOS library you can integrate. 没有URL方案,但是它们确实具有可以集成的iOS库。 It makes calls to their server. 它调用他们的服务器。 You will also have to create a developer account with them. 您还必须与他们一起创建一个开发人员帐户。

DocuSign SDK: https://github.com/docusign/docusign-ios-sdk DocuSign SDK: https//github.com/docusign/docusign-ios-sdk

DocuSign Developer Center: https://www.docusign.com/developer-center DocuSign开发人员中心: https : //www.docusign.com/developer-center

The SDK is actually better than an URL scheme, since it lets the user sign a document right from inside your app! 该SDK实际上比URL方案更好,因为它使用户可以直接在您的应用程序内部签署文档!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM