Skip to content

Releases: sailthru/sailthru-mobile-ios-sdk-swift

Marigold iOS SDK Swift v2.1.0

08 Apr 00:33
cbdcffb
Compare
Choose a tag to compare

Deprecations

This release deprecates the Marigold clearDeviceData method in favour of two new methods:

  • EngageBySailthru clearEvents
  • MARMessageStream clearMessages

This matches the base iOS SDK.

Marigold iOS SDK Swift v2.0.0

19 Feb 19:57
e16d2f8
Compare
Choose a tag to compare

Features

This release rebrands the SDK to Marigold! The main class has been renamed from SailthruMobile -> Marigold and functionality that is specific to Sailthru customers has been moved out into a new class: EngageBySailthru. For more details see our docs.

Sailthru Mobile iOS SDK Swift v1.0.0

03 Mar 02:42
Compare
Choose a tag to compare

Features

All asynchronous methods in the SDK's SailthruMobile and STMMessageStream classes have been wrapped to allow them to be used in Swift Concurrency.