Skip to content

Releases: mapp-digital/Mapp-Intelligence-Flutter-Tracking

5.0.6

01 Apr 13:01
Compare
Choose a tag to compare

Fixed bug - Fixed unexpected tracking behaviour for media tracking

5.0.5

11 Jan 12:06
Compare
Choose a tag to compare

New Features

  • New product statuses available in Flutter:
    ** deletedFromBasket
    ** addedToWishlist
    ** deletedFromWishlist
    ** checkout

Android Bug Fixes

  • everId not generated after anonymousTracking set to false
  • firstAppOpen parameter not properly calculated

iOS Data Privacy Requirements

  • We extended the info.plist file to include APIs that need usage explanation:
    ** User defaults APIs - value: CA92.1

5.0.4+3

15 Nov 13:19
Compare
Choose a tag to compare
  • hotfix for anonymous crash

5.0.4+2

08 Nov 16:02
Compare
Choose a tag to compare
  • hotfix for info.plist file

5.0.4+1

24 Oct 09:12
Compare
Choose a tag to compare

New Features

  • Set a temporary session ID to enhance data quality while tracking anonymously

Bug Fixes:

  • Some types did not like each other in our last release. We fixed this so our plugin runs smooth again.

Maintenance:

  • Internal performance improvements

5.0.3-5.0.2

06 Jun 10:38
Compare
Choose a tag to compare

General

  • Please update to targetSdkVersion 33 in the build.gradle file for Android when updating to version 5.0.2-5.0.3.
  • When supporting Android 9, please change base class for MainActivity to extend „FlutterFragmentActivity” instead of „FlutterActivity” in Android:
class MainActivity : FlutterActivity()
to
class MainActivity : FlutterFragmentActivity()

New Features

  • Deeplink tracking: It is now possible to track deep link campaigns where you link from a web source directly to the mobile app.
  • User matching: User Matching in between our Mapp Cloud product Intelligence and Engage allows you to better target your users when using Engage.
  • Print current config: It is now possible to print the currently used configuration to the console. This helps when implementing and debugging the configuration.
  • Send requests immediately: It is possible to trigger sending of requests.

Bug Fixes:

  • Parameters were missing in some requests in Android
  • Size of batch requests could not be configured correctly in Android

Maintenance:

  • Updated internal dependencies

5.0.1

29 May 22:25
Compare
Choose a tag to compare

Added new features:

  • setEverID
  • sendRequestImmediately (only Android)
  • reset singleton
  • change trackID and trackDomain on runtime
  • anonymous tracking
  • send app version in every request
  • crash tracking

5.0.0

16 Jun 14:41
Compare
Choose a tag to compare

Initial relise