Skip to content

Releases: mapp-digital/MappIntelligence-iOS-v5

5.1.1

20 Apr 14:55

Choose a tag to compare

  • Fixed
    • Media tracker throttling now applies per media name and action to avoid dropping init events for different episodes in rapid succession.
  • Added
    • Media tracker unit tests covering same-action, different-media scenarios.

5.1.0

10 Mar 08:21

Choose a tag to compare

Features

  • Added XCFramework generation script and build output support.
  • Added MappIntelligenceLogger.h to support integration with the React Native plugin.

Dependency Updates

  • No dependency updates in this release.

Bug Fixes

  • Fixed handling of NSNull values in properties.
  • Added new unit tests to improve coverage for NSNull handling.

Removed

  • Removed deprecated requestsPerQueue property.

Package Managers

  • CocoaPods
  • Swift Package Manager (SPM)

5.0.15

29 Apr 10:04

Choose a tag to compare

Internal improvements and maintenance.

Package Managers

  • CocoaPods
  • SPM

5.0.14

16 Jan 13:37

Choose a tag to compare

Bug Fixes

  • Fixed a bug that could lead to crashes when using batch support

Package Managers

  • CocoaPods
  • SPM

5.0.13

19 Dec 13:09
b7a8575

Choose a tag to compare

Bug Fix

  • We fixed a bug that prevented the correct tracking of new sessions. When installing the fix an increase in sessions in the analyses is possible.

5.0.12

30 Sep 19:32

Choose a tag to compare

Bug Fixes

  • The SDK can now be used on Xcode 16 when using SPM.

Notes
It has now been released to SPM and CocoaPods

5.0.11

30 Aug 13:51

Choose a tag to compare

Maintenance
We have fixed a bug in the tracking of the p parameter that was introduced in version 5.0.10.

5.0.10

05 Aug 09:00

Choose a tag to compare

Maintenance
This version includes necessary maintenance work and additional regression tests after facing some critical issues in our latest releases.
We also updated our example application with additional features.

5.0.10-rc2

18 Jun 14:09

Choose a tag to compare

Bug Fixes

  • Application crashes on launch (affected version 5.0.10-rc1)
  • First request not tracked if gallery permission dialog is used in an app
  • NSURLsession is created only once now
  • SDK now only sends requests if an active internet connection is detected

Please Note
iOS offers multiple options to ask users for permissions, which can lead to unexpected behavior of the SDK. Currently, the following native permission dialogs are tested and supported in the SDK:

  • permission to tracking
  • permission to receive push and inApp messages
  • permission to access the photo gallery
  • permission to FaceID
  • permission for Bluetooth usage
  • permission for camera and microphone usage

5.0.10-rc1

30 May 14:24

Choose a tag to compare

Bugfixes

  • fixed bug that prevented the sending of requests once the mobile application was in the background