Skip to content

Releases: transcend-io/Transcend-spm-sdk

v1.1.4

01 Aug 21:48
7ba604c
Compare
Choose a tag to compare

Change log

  • Refer documentation.
  • [Feature request]: TranscendCoreConfig now exposes viewState option for user to configure UI.

v1.1.3

15 Jul 23:20
f075c59
Compare
Choose a tag to compare

Change log

  • Refer documentation.
  • [Bug Fix]: partitionId is respected when using syncDomains .

v1.1.2

15 Jul 23:04
2276402
Compare
Choose a tag to compare

Change log

  • Refer documentation.
  • Adds mobileAppId on TranscendCoreConfig.
  • 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.

v1.1.1

12 Jul 22:56
2ad02e1
Compare
Choose a tag to compare

Change log

  • Refer documentation.
  • Provides autoShowUI option on TranscendCoreConfig to support auto hide the consent banner if user has already consented.
  • Minor performance improvements.

v1.1.0

12 Jul 21:42
8001d61
Compare
Choose a tag to compare

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)?)