Skip to content

Releases: monetate/monetate-personalization-ios-sdk-cocoapod

2026.04.06

07 Apr 04:18
fa07e96

Choose a tag to compare

Updated the iOS default web service domain so that decision requests on iOS will use engine.monetate.net by default. This ensures iOS clients automatically route to the nearest Akamai PoP and corresponding AWS region.

2026.02.03 SPM Relase

13 Feb 06:40
180304a

Choose a tag to compare

This release adds official support for integration via Swift Package Manager (SPM).
The SDK can now be added directly to your project using the repository URL, enabling a simpler and more streamlined dependency management process.

2026.01.06

02 Jan 15:05
1ddeb52

Choose a tag to compare

This release introduces the new report and getAction methods, improving SDK functionality and reporting capabilities.

2025.01.10

15 Jan 10:20
8b9e515

Choose a tag to compare

Added more validation for deviceId and MonetateId

by @ust-rajanmarathe in #27

2025.01.02

08 Jan 11:50
29790c8

Choose a tag to compare

Removed ProductView event from iOS SDK
Made iOS Cocoapods SDK private

by @ust-rajanmarathe in #26

2024.10.18

23 Oct 09:56
900b311

Choose a tag to compare

Removed Context Closed session event from iOS SDK

by @ust-rajanmarathe in #25

2024.07.08

11 Jul 14:04
ce7e32c

Choose a tag to compare

API response is now updated to send JSON instead of Data to client.

by @ust-rajanmarathe in #24

2024.05.23

29 May 13:31
83b44ce

Choose a tag to compare

Modified type of action array in decision request, now user has to send array of action strings(like- arrActionTypes: ["monetate:action:OmnichannelJson", "monetate:action:OmnichannelRecommendation"])

by @ust-rajanmarathe in #23

Added function to generate and return monetateId in Personalization.

by @ust-rajanmarathe in #23

2024.04.23

26 Apr 09:08
452cc7f

Choose a tag to compare

includeReporting flag is added in DecisionRequest for iOS SDK.

by @ust-rajanmarathe in #22

2024.04.10

17 Apr 10:51
aedd2c6

Choose a tag to compare

Instance of Personalisation Class is not singleton(shared) anymore.

by @ust-rajanmarathe in #20

Added local validations for Error reporting in iOS SDK, application developer will be given an error for wrong inputs.

by @ust-rajanmarathe in #21