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 August 2026 (v1.x.xx)

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

This section outlines the release notes for the Expo 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: apptrove-expo-sdk

Version 2.0.0 (Latest)


New Release

  • Official Apptrove Expo SDK release
  • Package and naming aligned with Apptrove SDK conventions
  • Migration-compatible path from Trackier Expo SDK
  • Performance and stability improvements

Implementation:

import { AppTroveConfig, AppTroveSDK } from 'apptrove-expo-sdk';

const config = new AppTroveConfig('YOUR_SDK_KEY', AppTroveConfig.EnvironmentProduction);
AppTroveSDK.initialize(config);

What's Included:

  • Expo plugin integration support
  • ATT wait/authorization support
  • Deferred deep linking subscription support
  • SKAdNetwork postback conversion support
  • Dynamic link creation and deep link resolution support
  • SDK signing support
  • User-data and event-tracking parity with previous Trackier Expo SDK features