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
IterableEmbeddedUpdateDelegateprotocol, allowing apps to react when an embedded sync succeeds or fails. - Added an optional
placementIdsparameter tosyncMessagesonIterableEmbeddedManager, so apps can fetch and update embedded messages only for specific placements, bringing iOS to parity with the Android SDK.