Skip to content

Releases: movableink/ios-sdk

3.0.0

30 Mar 13:44
2947544

Choose a tag to compare

What's Changed

  • Push Notification Open Capturing Support

2.2.0

10 Nov 15:47
b0b4d35

Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.2.0

Release 2.1.0 - Meta Fields

29 Jul 14:47
bc61ad6

Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.1.0

Release 2.0.1

07 Jul 15:12
0cbca6e

Choose a tag to compare

Bug fixes

2.0.0

09 May 14:17
2055aff

Choose a tag to compare

Tactics and DaVinci enabled events

2.0.0 Beta 4

08 May 16:20
8c0e76d

Choose a tag to compare

2.0.0 Beta 4 Pre-release
Pre-release
2.0.0-beta.4

Update Package.swift

1.7.3

27 Feb 16:23
74c30c9

Choose a tag to compare

What's Changed

  • Resolves a crash that occurred on iOS 16 - 16.2

1.7.2

16 Dec 15:50
f93e0c0

Choose a tag to compare

Types used to create events are now Sendable

1.7.1

19 Nov 16:28
b43e298

Choose a tag to compare

Resolves an issue where storedDeeplinkSubject was tied to MainActor when it didn't need to be.

1.7.0

13 Nov 14:21
8ac918f

Choose a tag to compare

  • Swift 6 support
  • Adds constraints for meta fields to match what the CDAPI actually accepts, i.e flat dictionary, no arrays or nested dictionaries, max of 20 items.
  • Adds a new api to namespace events for better autocomplete.
    • Events are now available under MIClient.events, e.g MIClient.events.productAdded(properties: ...)
    • The old apis are still available, but we recommend using the apis namespaced under events as it's clearer to what these methods actually are.
  • More logging for behavior events with bad data, e.g logs error when a required value is blank.
  • Deprecates identifyUser - api is no longer needed and it was confusing.
    • identifyUser was used to attempt to associate events made as a guest user when becoming a known user.
    • The SDK will now internally perform this automatically when needed.
    • Please remove any usages as this api will be removed in an upcoming update.