Releases: sailthru/sailthru-mobile-ios-sdk-swift
Releases · sailthru/sailthru-mobile-ios-sdk-swift
Marigold iOS SDK Swift v2.1.0
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
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
Features
All asynchronous methods in the SDK's SailthruMobile
and STMMessageStream
classes have been wrapped to allow them to be used in Swift Concurrency.