Skip to content

v2.0 with Envelope Send and Sign

Compare
Choose a tag to compare
@ashokds ashokds released this 01 Feb 00:19
· 327 commits to master since this release

Release Notes: IOSSDK v2.0

  • Support for compose envelope functionality for both online and offline capability. Start creating an envelope to manually add documents, recipients and tags using the method presentComposeEnvelopeControllerWithPresentingController:signingMode:resumeWithDraft:animated:completion: on DSMEnvelopesManager.
  • Utility method to determine whether there is a previously cached draft envelope (there can only be one at a time) by invoking hasCachedDraftEnvelope on DSMEnvelopesManager.
  • Powered By DocuSign footer for online and offline signing ceremony. This feature can be enabled or disabled using setup configuration and the constants can be found in DSMSetupConstants.
  • Updated Swift and Objective-C Sample Apps.