Skip to main content

Apptrove Expo SDK Introduction

The Apptrove Expo SDK helps track attribution, in-app events, revenue, deep links, and uninstall analytics in Expo applications.

SDK Transition Notice

Trackier Expo SDK is deprecated and will sunset in August 2026. Apptrove Expo SDK is the recommended latest path.

  • Package: apptrove-expo-sdk
  • Core classes: AppTroveConfig, AppTroveSDK, AppTroveEvent

Key Features

  • Attribution tracking
  • Built-in and custom event tracking
  • Revenue tracking
  • Deep linking and deferred deep linking
  • Uninstall tracking
  • SDK signing and security controls

Requirements

  • Expo SDK 48+
  • React Native 0.70+
  • Android API 21+
  • iOS 10+

Example Application

To demonstrate the latest Expo SDK integration, use the AppTroveSDK branch example project:

Quick steps:

  1. Clone the repository and switch to ApptroveSDK branch.
  2. Open the example app and install dependencies.
  3. Update SDK token/secret values in the example app.
  4. Run with Expo on Android/iOS to validate integration.

Next Steps

To get started with the Apptrove Expo SDK:

  1. Install the SDK in your Expo project: Install SDK
  2. Initialize the SDK in your app: Integrate SDK
  3. Implement core tracking events: In-app Events
  4. Configure user data and advanced flows: Passing User Data, Advanced Features
  5. Apply security settings for production: Security
  6. Review known issues and updates: FAQ, Release Notes

For implementation help, contact support@apptrove.com.