Skip to content

5.0.3-5.0.2

Compare
Choose a tag to compare
@StefanMiticon StefanMiticon released this 06 Jun 10:38
· 37 commits to main since this release

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