Skip to content

CleverTap Flutter SDK v2.2.0

Compare
Choose a tag to compare
@Anush-Shand Anush-Shand released this 19 Mar 15:58
· 60 commits to master since this release
ed28847

What's new

  • [Android Platform]

    • Supports CleverTap Android SDK v6.1.1.
    • Supports Android 14, made it compliant with Android 14 requirements. Details here
    • Upgrades AGP to 8.3.0 for building the SDK and adds related consumer proguard rules
    • Deprecates Xiaomi public methods as we are sunsetting SDK. Details here.
    • Adds Accessibility ids for UI components of SDK
    • Migrates JobScheduler to WorkManager for Pull Notifications.
  • [iOS Platform]

Bug Fixes

  • [Android Platform]

    • Fixes InApps crash in a rare activity destroyed race condition
    • Fixes Potential ANR in a race condition of SDK initialisation in multithreaded setup
    • Fixes #211
  • [iOS Platform]

    • Fixes crash due to out of bounds in NSLocale implementation.