Skip to content

Releases: docusign/native-ios-sdk

[2.12] New Config `DSM_SETUP_DISABLE_CUSTOMFIELD_DOCUSIGNIT` to control Custom field DocuSignit + Maintain `value` attribute offline

19 Aug 19:27
bdf5a95
Compare
Choose a tag to compare

[v2.12] - 08/18/2022

Added

  • New setup configuration key DSM_SETUP_DISABLE_CUSTOMFIELD_DOCUSIGNIT to control Custom tab AppName=DocuSignIt from being sent with all envelopes. The default of this config is False. Enabling it with True will only send this custom tab with Sign and Return envelopes. A Sign and Return envelope has a Signer (not a host or in-person-signer) with email that is the same as the Sender email.

Fixed

  • Radio Buttons and tabs in general were not maintaining value attribute offline, now it can be used to identify tabs.

Fix: Radio Tab `locked` & `selected` with compose envelope flow

07 Jun 23:03
2a2650c
Compare
Choose a tag to compare

[v2.11] - 06/07/2022

Fixed

  • Radio tabs in composed envelope during offline signing processes the locked and selected attributes correctly. Closes: #120

Telemetry Update

05 Apr 22:41
1024296
Compare
Choose a tag to compare

[v2.10.1] - 04/04/2022

Fixed

  • DocuSign telemetry improvements with a resolved issue related to reporting events.

v2.10 - Bug fixes & Xcode 13.3 support

29 Mar 01:24
a30c59d
Compare
Choose a tag to compare

[v2.10.0] - 03/28/2022

Now DocuSign XCFramework is built with Xcode13.3.

Fixed

  • Offline envelope sending is now blocked if no tabs are added to any of the recipients.
  • Turn off location prompt when signing is in progress. Removed the associated configuration DSM_SETUP_CAPTIVE_SIGNING_DISABLE_LOCATION_PERMISSION. Refer the online guide to disable location tracking during Signing.

Bitcode Support

18 Feb 00:23
Compare
Choose a tag to compare

Change Log: v2.9 - 02/17/2022

  • DocuSign Native iOS SDK supports Bitcode.

  • Removed the DSMAppearance method to set navigation bar tint color separately + (void)setNavigationBarTintColor:(UIColor *)color;.

  • Added backgroundTintColor and fontSize as additional parameters to set navigation bar text attributes with DSMAppearance. The updated method is + (void)setNavigationBarTitleTextColor:(UIColor *)textColor backgroundTintColor:(UIColor *)backgroundTintColor fontSize:(CGFloat)fontSize;.

DocuSign-ESign REST API

10 Jan 23:31
Compare
Choose a tag to compare

v2.8 Release Changelog

Added

  • DocuSign-ESign REST API endpoints are now available to use with Native-iOS-SDK. DocuSign-ESign (DSES*) interface exposes functionality in addition to the regular DocuSign-Mobile (DSM*) classes. Newly added headers are part of DocuSignSDK.framework/Headers/DSES*.h files and could be used with DSESApiClient and corresponding API service (e.g. DSESAccountsApi).

Expose RadioTabGroups + iOS 15 Fixes

18 Nov 23:53
Compare
Choose a tag to compare

Fixed

  • Fix Issue with RadioGroupTabs #103
  • Fix Locale Name for Greek
  • Fix issue with UIViewController Initialization for iOS 15 #104 & #99

Embedded Signing Background Task Fixes

04 Nov 01:18
Compare
Choose a tag to compare

Fixed

  • Fixes related to background tasks on embedded-signing.

Removed

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

Captive Signing Enhancements

09 Sep 23:26
Compare
Choose a tag to compare

Added

  • New interface to launch captive signing using recipient view url with presentCaptiveSigningWithPresentingController:signingUrl:envelopeId:recipientId:animated:completion: in DSMEnvelopesManager.
  • New interface to clear web cookies clearAllWebCookies on DSMManager.
  • New setup configuration DSM_SETUP_CAPTIVE_SIGNING_DISABLE_LOCATION_PERMISSION to disable location tracking during captive signing.

Fixed

  • Fixes related to embedded-signing session time out. When session times out during Captive Signing with Url, DSMSigningCancelledNotification Notification is now sent with additional parameter associated with exitReason key in userInfo.
  • Fixed DSMDocumentBuilderException that is caused when a filePath is passed to DSMDocumentBuilder.

v2.5.2

15 Jun 22:05
Compare
Choose a tag to compare

[v2.5.2] - 06/15/2021

Fixed

  • IPA export no longer fails for certain conditions.