Skip to main content

Release Notes

SDK Version Selection

Choose your SDK version below:

  • Apptrove SDK → Recommended for all projects (Latest: v2.x)
  • 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 Apptrove React Native 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: react-native-apptrove

Version 2.0.0 (Latest)


New Release:

  • Official Apptrove React Native SDK
  • All features from Trackier SDK 1.6.79 included
  • Use ApptroveConfig, ApptroveSDK, ApptroveEvent (replacing Trackier class names)
  • Performance and stability improvements

Implementation:

import { ApptroveConfig, ApptroveSDK } from 'react-native-apptrove';

const config = new ApptroveConfig("your-app-token", ApptroveConfig.EnvironmentProduction);
ApptroveSDK.initialize(config);

// APN Token (iOS uninstall)
ApptroveSDK.sendAPNToken(apnsToken);
// FCM Token (Android uninstall)
ApptroveSDK.sendFcmToken(fcmToken);

For further assistance, refer to the Apptrove Documentation Portal or contact support at support@apptrove.com.