This page summarises recent Mapp Intelligence iOS SDK v5 releases. The authoritative source for the full history is GitHub Releases.
How to update
CocoaPods:
pod update MappIntelligenceSwift Package Manager: in Xcode, File > Packages > Update to Latest Package Versions.
Always verify the latest released version on GitHub Releases before pinning a version in your Podfile or Package.swift.
5.1.1
Fixed: media tracker throttling now applies per media name and action so that
initevents for different episodes in rapid succession are no longer dropped. See Media Tracking.Added: media tracker unit tests covering same‑action, different‑media scenarios.
5.1.0
Added: XCFramework generation script and build output support — see XCFramework Integration.
Added:
MappIntelligenceLogger.hfor React Native plugin integration.Fixed:
NSNullhandling in properties; new unit tests added.Removed:
requestsPerQueueproperty (SDK‑1703). UsebatchSupportEnabledtogether withbatchSupportSizeinstead. See Send Tracking Data in Batches.
5.0.15 (April 2025)
Maintenance release with general stability and performance improvements. See GitHub Releases for details.
5.0.11 (August 2024)
Fixed: tracking of the
pparameter that was introduced in 5.0.10.
5.0.9 (April 2024)
Fixed: the app first‑open parameter was not always tracked correctly.
Fixed: rare duplication of page requests.
Added: Apple Privacy Manifest is now also delivered via CocoaPods.
5.0.6 (December 2023)
Added: new product statuses: removed from cart, added to wishlist, removed from wishlist, checkout. See Products and Orders.
Removed: support for iOS versions 12 and lower in tracking.
Removed: watchOS and tvOS support.
Removed: Carthage package manager support. Use CocoaPods or Swift Package Manager.
5.0.4 (November 2022)
Added: User Matching between Mapp Engage and Mapp Intelligence.
Updates to anonymized tracking. See Anonymous Tracking.
For releases older than 5.0.4 and for full release notes, see GitHub Releases.
Related: Add the SDK Dependency, Migrating from SDK v4 to v5.