Skip to content

Releases: movableink/ios-sdk

1.7.2

16 Dec 15:50
f93e0c0
Compare
Choose a tag to compare

Types used to create events are now Sendable

1.7.1

19 Nov 16:28
b43e298
Compare
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
Compare
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.

1.6.5

16 Oct 17:53
177d2a2
Compare
Choose a tag to compare

#15

Adds support for EU Clients for Behavior Events

1.6.4

17 Sep 17:24
3df31e8
Compare
Choose a tag to compare
  • Fixes an issue where deeplink resolution chains with http links would fail

1.6.3

31 Jul 19:11
0f7bd36
Compare
Choose a tag to compare

Adds support for using dismiss:// links in an Interactive In App Message to dismiss it.

Release 1.6.2

26 Jun 14:40
daf8cad
Compare
Choose a tag to compare

Resolves an issue where the SDK would log that sending a custom event was successful when it actually failed.

Release 1.6.1

14 May 16:45
744d527
Compare
Choose a tag to compare
  • App Install Event Fixes

Deferred Deeplinking Additions

25 Apr 17:08
0e51344
Compare
Choose a tag to compare

Deferred Deeplinking - SDK Install Event
Deferred Deeplinking - Final Pasteboard Value

EA: In App Message - React Native Fix

18 Mar 00:24
b69ac1a
Compare
Choose a tag to compare

Fixes an issue where React Native would not display In App Message UI