Releases: mapp-digital/MappIntelligence-iOS-v5
Releases · mapp-digital/MappIntelligence-iOS-v5
5.1.1
5.1.0
Features
- Added XCFramework generation script and build output support.
- Added
MappIntelligenceLogger.hto 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
requestsPerQueueproperty.
Package Managers
- CocoaPods
- Swift Package Manager (SPM)
5.0.15
Internal improvements and maintenance.
Package Managers
- CocoaPods
- SPM
5.0.14
Bug Fixes
- Fixed a bug that could lead to crashes when using batch support
Package Managers
- CocoaPods
- SPM
5.0.13
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
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
Maintenance
We have fixed a bug in the tracking of the p parameter that was introduced in version 5.0.10.
5.0.10
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
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
Bugfixes
- fixed bug that prevented the sending of requests once the mobile application was in the background