Reputation: 13
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?
Upvotes: 1
Views: 345
Reputation: 8615
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!
Upvotes: 2