Skip to content

Releases: exponea/exponea-ios-sdk

Release Notes for 2.13.1

25 Nov 07:34
45857fe
Compare
Choose a tag to compare

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

20 Oct 08:15
20e7929
Compare
Choose a tag to compare

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

20 Sep 04:51
895ef0e
Compare
Choose a tag to compare

Release Notes for 2.12.3

September 20, 2022

  • Bug Fixes
    • Fixed: Webview configuration setup compatible with swift5.7

Version 2.12.2

06 Sep 20:39
9dd76b1
Compare
Choose a tag to compare

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

01 Sep 08:04
f3ade0a
Compare
Choose a tag to compare

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

09 Aug 19:09
8a04e65
Compare
Choose a tag to compare

Release Notes for 2.12.0

August 09, 2022

  • Features
    • Added a support of HTML InApp messages

Version 2.11.4

30 May 15:30
Compare
Choose a tag to compare

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

03 Mar 12:11
Compare
Choose a tag to compare

Release Notes for 2.11.3

March 03, 2022

Version 2.11.2

13 Jan 10:55
Compare
Choose a tag to compare

Release Notes for 2.11.2

January 13, 2022

  • Features
    • Tracking button URL as link attribute for banner click event Issue #31
  • Bug Fixes
    • Fixed: ExponeaSDKObjC and ExponeaSDKShared frameworks are no longer embedded Issue #33
    • Fixed: UI blocking when fetching in-app messages
    • Fixed: Caching in-app message images
    • Fixed: Padding and text truncating differences in In-app message buttons on web preview and in the app
    • Fixed: Warnings appearing with XCode12 and above Issue #35

Version 2.11.1

06 Jul 08:51
Compare
Choose a tag to compare

Release Notes for 2.11.1

July 06, 2021

  • Features

    • The device model property now contains a complete device model name, not only info whether it's iPad or iPhone.
    • Flexible event attributes in mobile push notifications. Custom tracking attributes added into push notification payload are automatically included in the events as properties.
    • Documentation improvements.
  • Bug Fixes

    • Fixed: Duplicate tracking of in-app messages close event on X button tap.
    • Fixed: Frameworks not found, when installing via Carthage.
    • Fixed: An in-app message always shown as a modal, regardless of the configuration.
    • Fixed: Event property of list type containing objects not getting tracked.