# Changelog


The User.com Mobile SDK is available for multiple platforms, with each platform-specific SDK maintained independently. This allows us to optimize performance and features for each platform while ensuring regular updates and improvements across all versions.

Below you'll find the latest versions of each SDK followed by detailed changelogs for Android, iOS, and Flutter implementations. Each changelog documents the enhancements, fixes, and changes specific to that platform's SDK.

# Current Versions

Platform Latest Version Release Date
Android 1.2.8 February 26, 2024
iOS 2.1.5 March 27, 2025
Flutter 0.9.3 April 5, 2025

# Android


# 1.2.8 (February 26, 2024)

  • Fixed Font Resolver not being public
  • Updated library dependencies

# 1.2.7 (October 27, 2024)

  • Added deprecation annotation on unused code
  • Removed unused methods

# 1.2.6 (October 19, 2023)

  • Add track screen method for custom navigation tracking

# 1.2.5 (May 19, 2023)

  • Added onSDKInitialized callback method to SDK Builder

# 1.2.4 (February 23, 2024)

  • Added support for refactored In-App Messages

# iOS


# 0.7.2 (February 19, 2025)

  • Fixed issue with Gifu dependency

# 0.7.1 (August 12, 2024)

  • Added image support to Mobile Push Messages

# 0.7.0 (April 8, 2024)

  • Updated compiler compatibility to support latest language features

# 0.6.9 (February 28, 2024)

  • Added support for refactored In-App Messages
  • Removed deprecated Preload Content functionality
  • Increases the minimum version of the supported system from iOS 11 to iOS 13

# 0.6.8 (May 31, 2023)

  • Fixed automatic Firebase Token synchronization

# 0.6.7 (January 26, 2023)

  • Refactored Firebase Token refresh handling in register method

# 0.6.6 (September 12, 2022)

  • Fixed sound issues for Mobile Push Messages

# 0.6.5 (June 3, 2022)

  • Added support for Apple Swift version 5.6.1 compiler

# 0.6.4 (February 2, 2022)

  • Fixed multiple Users created when using logout method

# Flutter


# 1.0.1 (November 5, 2024)

  • Bump package versions
  • Update connection controller to match new API

# 1.0.0 (April 11, 2024)

  • Added support for refactored In-App Messages
  • Added callback to buildNotificationOnMessageReceived in order to define own behaviour on interact

# 0.1.2 (March 14, 2024)

  • Upgraded all packages versions

# 0.1.1 (October 17, 2023)

  • update connectivity_plus dependency, which caused IOS build errors

# 0.1.0 (September 19, 2023)

  • Fixed problems with a missing userKey
  • Added new user session creation after logout

# 0.0.8 (August 31, 2023)

  • Fixed serialization for cached requests
  • Added request removal from cache if resending falied

# 0.0.7 (August 31, 2023)

  • Upgraded package dependencies
  • Removed flutter custom tabs
  • Added url_launcher pacakge to handle links

# 0.0.6 (June 22, 2023)

  • Converted local DateTime to utc in events

# 0.0.5 (April 12, 2023)

  • Removed Local Notifications
  • Fixed device info lib version
  • Updated example to show how to use package

# 0.0.4 (February 6, 2023)

  • Removed Awesome Notifications
  • Added Flutter Local Notifications

# 0.0.3-beta.1 (September 14, 2022)

  • Changed dependency of Awesome Notifcations
  • Added query for FirebaseMessaging permissions

# 0.0.2 (June 26, 2022)

  • Added package support flutter >=3.0.0
  • Added missing serialization methods to models
  • Update min version of flushbar package

# 0.0.1 (May 26, 2022)

  • Initial release
  • Added support for sending CustomEvents, ProductEvents, ScreenEvents, NotificationEvents
  • Added ping on app launch, registering and unregistering user
  • Added request caching on Internet exceptions
  • Added resending requests
  • Added receiving notifications from FCM, ability to customize
  • Added launching urls in Custom Tabs.