简体   繁体   中英

DocuSign iOS app custom URL scheme?

I'd like to launch the DocuSign iOS app from the iOS application I'm working on. Does the DocuSign app have a custom URL scheme that I can use to open it?

There is no URL scheme, but they do have an iOS library you can integrate. 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 Developer Center: 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!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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