Skip to main content
SDK Version Selection

Choose your SDK version below:

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

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

Overview

This section outlines the release notes for the IOS 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.


Release Notes

Version 2.0.1 (Latest)


Rebranding & Enhancement:

  • Relaunched as Apptrove iOS SDK with improved performance and naming conventions.
  • Breaking Change: All classes renamed from Trackier to AppTrove (e.g., TrackierSDK -> AppTroveSDK).

Implementation:

// import ApptroveSDK // or import apptrove_ios_sdk

// Initialize SDK
let config = AppTroveSDKConfig(appToken: "your-app-token", env: AppTroveSDKConfig.ENV_PRODUCTION)
AppTroveSDK.initialize(config: config)