Skip to content

Releases: Iterable/iterable-swift-sdk

6.0.10

05 Jun 23:06

Choose a tag to compare

Fixed

  • updateEmail function now works with userId

6.0.9

29 May 17:36

Choose a tag to compare

Fixed

  • set preferUserId to true when using updateUser using userId

6.1.0-beta4

13 May 17:19
c248c3d

Choose a tag to compare

6.1.0-beta4 Pre-release
Pre-release

IMPORTANT

  • Please talk to your Iterable Customer Success Manager if you want to try the beta version of the SDK, as we'll need to enable certain settings on the server for it to work as expected.
  • This version of the SDK requires Xcode 10.2.

Terms of Service

Changed

  • Url scheme iterable:// is reserved for Iterable internal actions. In an earlier beta version, the reserved url scheme was itbl:// but we are not using that now. itbl:// scheme is only there for backward compatibility and should not be used.
  • Url scheme action:// is for user custom actions.

More Information

6.1.0-beta3

07 May 19:52

Choose a tag to compare

6.1.0-beta3 Pre-release
Pre-release

IMPORTANT

  • Please talk to your Iterable Customer Success Manager if you want to try the beta version of the SDK, as we'll need to enable certain settings on the server for it to work as expected.
  • This version of the SDK requires Xcode 10.2.

Terms of Service

Changed

  • Increase number of in-app messages fetched from the server to 100.

More Information

6.1.0-beta2

17 Apr 00:31

Choose a tag to compare

6.1.0-beta2 Pre-release
Pre-release

IMPORTANT

  • Please talk to your Iterable Customer Success Manager if you want to try the beta version of the SDK, as we'll need to enable certain settings on the server for it to work as expected.
  • This version of the SDK requires Xcode 10.2.

Terms of Service

Added

  • Support for action://your-custom-action-name URL scheme for calling custom actions
    • For example, to have IterableCustomActionDelegate call a custom buyCoffee action when a user taps on an in-app message's Buy button.
  • Support for reserved itbl://sdk-custom-action scheme for SDK internal actions.
    • URL scheme itbl://sdk-custom-action is reserved for internal SDK actions. Do not use it for custom actions.
    • For example, future versions of the SDK may allow buttons to call href itbl://delete to delete an in-app message.

Fixed

  • Carthage support with Xcode 10.2
  • XCode 10.2 Warnings
  • URL Query parameters encoding bug

More Information

6.0.8

03 Apr 00:33

Choose a tag to compare

Release version  6.0.8

6.0.7

29 Mar 05:26

Choose a tag to compare

Release SDK version 6.0.7.

6.1.0-beta1

09 Feb 00:19

Choose a tag to compare

6.1.0-beta1 Pre-release
Pre-release

IMPORTANT

  • Please talk to your Iterable Customer Success Manager if you want to try the beta version of the SDK, as we'll need to enable certain settings on the server for it to work as expected.
  • This version of the SDK requires Xcode 10.2.

Major revamp of in-app messages.

Terms of Service

More Information

6.0.6

01 Feb 19:49
ad6ddb3

Choose a tag to compare

Support for Swift 4.2.

6.0.5

30 Jan 02:12

Choose a tag to compare

Now it works with Carthage.