Skip to content

Releases: docusign/native-ios-sdk

Xcode12.5 & XCFramework support for Apple & Intel architectures

14 Jun 19:42
bcf38f6
Compare
Choose a tag to compare

[v2.5.1] - 06/14/2021

Added

  • Native-iOS-SDK is built with Xcode12.5 and now includes XCFramework as the primary framework for CocoaPods distribution.

Fixed

  • Online signing for failing envelopes returns signing-cancelled notification with error details in userInfo.

DocuSign Native iOS SDK v2.5

13 May 04:25
a3346a6
Compare
Choose a tag to compare

[v2.5] - 05/12/2021

Deprecated

  • Deprecation for the legacy auth methods in DSMManager. The deprecated methods are loginWithEmail:password:integratorKey:host:completion and loginWithApiPassword:accountId:userId:username:email:host:integratorKey:completion.

Fixed

  • Fixes related to embedded-signing finish later. DSMSigningCancelledNotification Notification is now sent with additional parameter associated with exitReason key in userInfo.

v2.4.1

20 Mar 00:17
Compare
Choose a tag to compare

[v2.4.1] - 03/19/2021

Changed

  • Online Signing loading indicator is displayed by default for all signing sessions.

Added

  • New setup configuration DSM_SETUP_HIDE_ONLINE_SIGNING_LOADING_INDICATOR_KEY to allow client apps to hide the Online Signing loading spinner.

v2.4: Offline Envelope Compose via code

10 Mar 00:44
Compare
Choose a tag to compare

[v2.4] - 03/05/2021

Added

  • New interface to create envelopes and start signing directly using Compose Envelopes flow with composeEnvelopeWithEnvelopeDefinition:signingMode:completion in DSMEnvelopesManager.

v2.3.8 Native iOS SDK

23 Jan 02:10
Compare
Choose a tag to compare

DocuSign Native iOS SDK Changelog

[v2.3.8] - 01/22/2021

Added

  • Support client apps to send responsive documents using templates for responsive signing. Such templates need to be configured to use responsive documents.
  • New setup configuration DSM_SETUP_ONLY_USE_COMPANY_NAME_WITH_CD to allow client apps to customize Consumer Disclosures to use only company name.

v2.3.7

02 Nov 21:09
Compare
Choose a tag to compare

[v2.3.7] - 11/02/2020

Added

  • Additional SDK events and properties are captured and sent using DocuSign Telemetry API.

Bug fixes and enhancements

15 Oct 19:11
accfd5f
Compare
Choose a tag to compare

[v2.3.6] - 10/15/2020

Fixed

  • Fixes related to tabs placement in the document.

Embedded (Captive) Signing

04 Sep 19:46
0c88e5c
Compare
Choose a tag to compare

[v2.3.5] - 09/04/2020

Added

  • Embedded (Captive) Signing is now supported with presentCaptiveSigningWithPresentingController via DSMEnvelopesManager. API reference available at Embedded Signing.
  • New setup configuration DSM_SETUP_DISABLE_EMAIL_IPS_FIELD_CD to allow client apps to hide the email field when the consumer disclosure screen is displayed.

Fixed

  • Bug fixes and enhancements.

Updates to OfflineSigning, Authentication, Tabs (Bug fix)

17 Jul 23:31
cb9d239
Compare
Choose a tag to compare

[v2.3.4] - 07/17/2020

Added

  • Now fontSize property on the text tabs is used during offline signing. Tab level, fontSize ranges from size7 to size72.

Fixed

  • Bug fixes and enhancements.

v2.3.3

13 Jul 23:57
52013ce
Compare
Choose a tag to compare

[v2.3.3] - 07/13/2020

  • Fix to allow Offline Signing to complete in a single session for a resumed envelope with signers in later routing order.