Skip to main content

Release Notes

SDK Version Selection

Choose your SDK version below:

  • Apptrove SDK → Recommended for all projects (Latest: v2.0.0)
  • Trackier SDK → Will be deprecated in May 2026 (v1.x.xx)

Use the tabs below to view release notes for your chosen SDK.

This section outlines the release notes for the Android SDK, highlighting recent updates, new features, enhancements, and bug fixes. These notes are designed to help developers stay informed about the latest changes, ensuring smoother integration, improved performance, and optimal use of the SDK.


note

Ensure all newly integrated SDK versions are fully tested before releasing to production.

Package: com.apptrove:android-sdk

Version 2.0.0 (Latest)


New Release

  • Official Apptrove SDK release
  • All features from Trackier SDK 1.6.78 included
  • New package name: com.apptrove.sdk:apptrove-sdk-android
  • New Maven artifact
  • Performance and stability improvements

Implementation:

import com.apptrove.sdk.AppTroveSDK
import com.apptrove.sdk.AppTroveSDKConfig

val sdkConfig = AppTroveSDKConfig(this, "your-app-token", "production")
AppTroveSDK.initialize(sdkConfig)

What's Included:

  • FCM uninstall tracking support
  • Encryption functions for secure data transmission
  • Facebook App ID configuration for Meta Install Referrer
  • API region selection (India/Global)
  • Deeplink resolver functionality
  • Enhanced attribution tracking
  • All previous Trackier SDK features