Releases: transcend-io/Transcend-spm-sdk
Releases · transcend-io/Transcend-spm-sdk
v1.1.4
Change log
- Refer documentation.
- [Feature request]:
TranscendCoreConfig
now exposesviewState
option for user to configure UI.
v1.1.3
Change log
- Refer documentation.
- [Bug Fix]:
partitionId
is respected when usingsyncDomains
.
v1.1.2
Change log
- Refer documentation.
- Adds
mobileAppId
onTranscendCoreConfig
. - Telemetry requests now flow from the iOS library
- Case 1: When user initially opens the app,
Initial_site_session
request is triggered - Case 2: When user changes consent,
consent_change
request is triggered.
- Case 1: When user initially opens the app,
v1.1.1
Change log
- Refer documentation.
- Provides
autoShowUI
option onTranscendCoreConfig
to support auto hide the consent banner if user has already consented. - Minor performance improvements.
v1.1.0
Change log
- Refer documentation.
- Creates new config object
TranscendCoreConfig
. - Creates new constructors
- public init(transcendCoreConfig: TranscendCoreConfig, onCloseListener: ((Result<Void, Error>) -> Void)?)
- public init(transcendCoreConfig: TranscendCoreConfig, didFinishNavigation: ((Result<Void, Error>) -> Void)?)
- Depricates following properties
transcendConsentUrl, syncDomains
on TranscendWebViewUI and TranscendWebViewWrapper - Depricates following constructors
- public init(transcendConsentUrl: String, isInit: Bool, didFinishNavigation: ((Result<Void, Error>) -> Void)?)
- public init(transcendConsentUrl: String, isInit: Bool, _ syncDomains: [String], didFinishNavigation: ((Result<Void, Error>) -> Void)?)
- public init(transcendConsentUrl: String, isInit: Bool, onCloseListener: ((Result<Void, Error>) -> Void)?)