Skip to content

Releases: Iterable/iterable-swift-sdk

6.2.18

18 Dec 20:32
Compare
Choose a tag to compare

6.2.18

Fixed

  • Users who were already set to the SDK will now always request a JWT (if enabled) whenever a user is set to the SDK

6.2.17

08 Dec 22:30
Compare
Choose a tag to compare

Fixed

  • Added a call to get in-app messages after a JWT retrieval when setting the user to the Iterable SDK instance
  • Fixed passing along deep links from the React Native SDK initialization

6.2.16

01 Dec 19:53
Compare
Choose a tag to compare

Fixed

  • SDK initialization fix for React Native. Push notifications and deep links were not working for React Native when app is not in memory.

6.2.15

04 Nov 23:46
Compare
Choose a tag to compare

6.2.15

Fixed

  • Removed specific plist files from the SPM targets to stop unnecessary warnings

6.2.14

28 Oct 22:51
a815f94
Compare
Choose a tag to compare

6.2.14

Added

  • Added in-app animations

Fixed

  • Fixed non-inbox in-apps showing up in the inbox if multiple were about to be shown

6.2.13

20 Oct 18:32
Compare
Choose a tag to compare

6.2.13

Fixed

  • Make IterablePushNotificationMetadata struct public.
  • Optimize auth token refresh.
  • Use systemBackground color for iOS 14.

6.2.12

13 Oct 20:03
6ec4121
Compare
Choose a tag to compare

6.2.12

Added

  • Added authentication support

6.2.12-beta1

30 Sep 20:50
Compare
Choose a tag to compare
6.2.12-beta1 Pre-release
Pre-release

6.2.12-beta1

Added

  • Added authentication support

6.2.11

23 Sep 06:07
e2f23c3
Compare
Choose a tag to compare

Added

  • Xcode 12 and iOS 14 support.

Fixed

  • Fixed minor warnings.

6.2.10

02 Sep 21:35
71230ac
Compare
Choose a tag to compare

Added

  • An option to pause automatic in-app displaying has been added. To pause, set IterableAPI.inAppManager.isAutoDisplayPaused to true (default: false).