Skip to content

6.6.5

Choose a tag to compare

@jyu115 jyu115 released this 19 Dec 16:32
· 27 commits to master since this release
788c696

Fixed

  • Fixed an issue where concurrent API requests failing with JWT-related 401 errors could be dropped instead of retried after a new token was obtained, ensuring all affected calls are executed once authentication succeeds.

Added

  • Added optional Embedded Messaging sync callbacks via the IterableEmbeddedUpdateDelegate protocol, allowing apps to react when an embedded sync succeeds or fails.
  • Added an optional placementIds parameter to syncMessages on IterableEmbeddedManager, so apps can fetch and update embedded messages only for specific placements, bringing iOS to parity with the Android SDK.