Releases: exponea/exponea-ios-sdk
Releases · exponea/exponea-ios-sdk
Version 2.15.0
Release Notes for 2.15.0
February 16, 2023
- Features
- Extended App Inbox functionality with new HTML message type - Inbox message
- All SDK methods are invoked after SDK has been initialised
- Added support for Customer token authorization
Version 2.14.0
Release Notes for 2.14.0
December 15, 2022
- Features
- Added App Inbox feature with PUSH message type support
Release Notes for 2.13.1
November 24, 2022
- Features
- Added Configuration flag to be able to disable tracking of default properties along with customer properties
- Increased support for iOS SDK 11+
- Updated guide documentation for Push notifications service setup
- Bug Fixes
- Fixed: Handling of InApp messages may cause race-condition crash
- Fixed: Handling of universal links in HTML InApp messages was not working properly
Version 2.13.0
Release Notes for 2.13.0
October 19, 2022
- Features
- Added feature to handle tracking consent according to DSGVO/GDPR
- Guiding documentation added for Push notification update after certain circumstances
- Bug Fixes
- Fixed: Webview configuration updated according to newer XCode14
Version 2.12.3
Release Notes for 2.12.3
September 20, 2022
- Bug Fixes
- Fixed: Webview configuration setup compatible with swift5.7
Version 2.12.2
Release Notes for 2.12.2
September 06, 2022
- Bug Fixes
- Fixed: DatabaseManager init with Bundle creation for Swift Package Manager usage
Version 2.12.1
Release Notes for 2.12.1
September 01, 2022
- Bug Fixes
- Fixed: License established to MIT
- Fixed: Warn log for developer for old SDK usage has been fixed for compatibility with SDK wrappers
Version 2.12.0
Release Notes for 2.12.0
August 09, 2022
- Features
- Added a support of HTML InApp messages
Version 2.11.4
Release Notes for 2.11.4
May 30, 2022
- Features
- Shows a warn log for developer if old SDK version is used
- Documentation note for Universal Links data tracking with new vs resumed session
- List of human-readable model names are updated to latest models
- Documentation update for recommendation_id to match Android SDK example
- Provisional push notifications support for iOS 12+
- Bug Fixes
- Fixed: Track internal development and tests to special internal app center project
- Fixed: Duplicated push open action track is not called on app cold start
Version 2.11.3
Release Notes for 2.11.3
March 03, 2022
- Features
- Delegate for reacting on in-app message action clicks - check In-app messages documentation