Releases: docusign/native-ios-sdk
Releases · docusign/native-ios-sdk
Xcode12.5 & XCFramework support for Apple & Intel architectures
[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
[v2.5] - 05/12/2021
Deprecated
- Deprecation for the legacy auth methods in
DSMManager
. The deprecated methods areloginWithEmail:password:integratorKey:host:completion
andloginWithApiPassword:accountId:userId:username:email:host:integratorKey:completion
.
Fixed
- Fixes related to embedded-signing finish later.
DSMSigningCancelledNotification
Notification is now sent with additional parameter associated withexitReason
key inuserInfo
.
v2.4.1
[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
[v2.4] - 03/05/2021
Added
- New interface to create envelopes and start signing directly using Compose Envelopes flow with
composeEnvelopeWithEnvelopeDefinition:signingMode:completion
inDSMEnvelopesManager
.
v2.3.8 Native iOS SDK
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
Bug fixes and enhancements
[v2.3.6] - 10/15/2020
Fixed
- Fixes related to tabs placement in the document.
Embedded (Captive) Signing
[v2.3.5] - 09/04/2020
Added
- Embedded (Captive) Signing is now supported with
presentCaptiveSigningWithPresentingController
viaDSMEnvelopesManager
. 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)
[v2.3.4] - 07/17/2020
Added
- Now
fontSize
property on the text tabs is used during offline signing. Tab level,fontSize
ranges fromsize7
tosize72
.
Fixed
- Bug fixes and enhancements.