Releases: monetate/monetate-personalization-ios-sdk-cocoapod
2026.04.06
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
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
This release introduces the new report and getAction methods, improving SDK functionality and reporting capabilities.
2025.01.10
Added more validation for deviceId and MonetateId
by @ust-rajanmarathe in #27
2025.01.02
Removed ProductView event from iOS SDK
Made iOS Cocoapods SDK private
by @ust-rajanmarathe in #26
2024.10.18
Removed Context Closed session event from iOS SDK
by @ust-rajanmarathe in #25
2024.07.08
API response is now updated to send JSON instead of Data to client.
by @ust-rajanmarathe in #24
2024.05.23
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
includeReporting flag is added in DecisionRequest for iOS SDK.
by @ust-rajanmarathe in #22
2024.04.10
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