Skip to content

Releases: Iterable/iterable-swift-sdk

6.5.13

31 Jul 16:06
1ebe23a
Compare
Choose a tag to compare
  • Fixed in-app messages displaying in wrong window when using Stage Manager or multi-window scenarios on iPad.
  • Fixed redirect handling issue with deep links that was preventing proper URL following.
  • Improved action runner logic to properly validate allowed protocols before processing URL actions, ensuring better security and reliability.

6.5.12

02 Jun 14:49
374ca53
Compare
Choose a tag to compare
  • Made IterableDataRegion an @objc class for better Objective-C compatibility.
  • Improved robustness of the SDK by adding more internal initialization checks before executing certain operations.
  • Enhanced thread safety for embedded message data handling, leading to increased stability.
  • Improved IterableEmbeddedView by making imgView and cardImageView optional, leading to more robust view handling, particularly for .card and .banner types when images might not be present.
  • Minor refinements to authentication and token refresh logic for increased stability.

6.6.0-beta3

18 Feb 23:24
0743abd
Compare
Choose a tag to compare
6.6.0-beta3 Pre-release
Pre-release
  • This release includes fixes for the Anonymous user activation private beta:
    • Criteria is now fetched on foregrounding the app by default. This feature can be turned off setting enableForegroundCriteriaFetch flag to false.
    • anonymous user ids are only generated once when multiple track calls are made.
  • Anonymous user activation is currently in private beta. If you'd like to learn more about it or discuss using it, talk to your Iterable customer success manager (who can also provide detailed documentation).

6.5.11

24 Jan 20:44
10e8f47
Compare
Choose a tag to compare

Fixed

  • Added missing constructor for IterableAPIMobileFrameworkInfo

6.5.10

20 Jan 17:51
22c22aa
Compare
Choose a tag to compare

Added

  • Added mobileFrameworkInfo configuration option to IterableConfig to identify the mobile framework (Flutter, React Native, or Native) being used with the SDK.

Fixed

  • Fixed notification tracking bug that prevents SDK from receiving push notifications when system notification settings are turned off.

6.5.9 (Deprecated)

16 Jan 21:32
b57c7f5
Compare
Choose a tag to compare

Deprecation notice

This version of the SDK is deprecated. Do not use it.

This version of Iterable's iOS SDK include changes to help keep a user's Iterable profile in sync with their physical device's push settings for your app (by keeping the device's notificationsEnabled flag up-to-date in Iterable).

However, it also includes a bug that can prevent the SDK from receiving silent push notifications, which in turn can prevent end users from receiving expected in-app and embedded messages.

If you've started building on this version of the SDK, please roll back to a previous version while we work on a fix.

Added

  • Support for JSON-only in-app messages. JSON-only messages are now handled by the onNew handler and consumed after retrieval.
  • Enhanced notification state tracking, to align with system notification permissions changes.

Changed

  • Reorganized files and updated documentation URL in podspec.

6.5.8

18 Dec 16:03
89cf0da
Compare
Choose a tag to compare

Fixed

  • Fixed incorrect tracking of pushOpen for push notifications with Wake App enabled. Tracking now happens only when users tap to open the app.
  • Fixed the default notificationsEnabled value returned when autoPushRegistration is set to false.

Changed

  • Updated repository name on Fastline script and podspec files.
  • Comments out outdated tests that need to be revisited.
  • Updated sample app to use generic URLs.

6.5.8-beta1

10 Dec 19:38
Compare
Choose a tag to compare
6.5.8-beta1 Pre-release
Pre-release

Added

  • introduces ThreadSafeOrderedDictionary which is a wrapper around the OrderedDictionary to ensure thread safety. Thanks to @Rspoon3

Fixed

  • Prevents crashes relating to the Core Data's persistent store failing to load. Thanks to @bfahey :)
  • Fixed incorrect tracking of pushOpen for push notifications with Wake App enabled. Tracking now happens only when users tap to open the app.

6.6.0-beta2

07 Dec 20:39
Compare
Choose a tag to compare
6.6.0-beta2 Pre-release
Pre-release
  • This release fixes beta1 release which was released from the wrong branch.

6.5.7

12 Sep 00:26
89a68e9
Compare
Choose a tag to compare

Fixed

  • Fixed deeplink re-routing issue where delegate would only return false value. Thanks to @scottasoutherland :)