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.
- ✓ Apptrove SDK (Recommended)
- Trackier SDK (Deprecating August 2026)
- Package:
apptrove-expo-sdk - Core classes:
AppTroveConfig,AppTroveSDK,AppTroveEvent
- Package:
trackier-expo-sdk - Core classes:
TrackierConfig,TrackierSDK,TrackierEvent
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:
- Repository: ApptroveLabs/trackier-expo-sdk (ApptroveSDK branch)
- SDK Package:
apptrove-expo-sdk - Core Classes:
AppTroveConfig,AppTroveSDK,AppTroveEvent
Quick steps:
- Clone the repository and switch to
ApptroveSDKbranch. - Open the
exampleapp and install dependencies. - Update SDK token/secret values in the example app.
- Run with Expo on Android/iOS to validate integration.
Next Steps
To get started with the Apptrove Expo SDK:
- Install the SDK in your Expo project: Install SDK
- Initialize the SDK in your app: Integrate SDK
- Implement core tracking events: In-app Events
- Configure user data and advanced flows: Passing User Data, Advanced Features
- Apply security settings for production: Security
- Review known issues and updates: FAQ, Release Notes
For implementation help, contact support@apptrove.com.