Implementing the Adjust SDK in Your App
Last updated July 29, 2024
Integrating the Adjust SDK into your mobile app is the essential first step to tracking installs and user events, enabling valuable data insights and marketing optimization. This article will guide you through the process of implementing the Adjust SDK for both iOS and Android platforms.
Implementing the Adjust SDK
**1. Download the SDK:**
- Android: Download the latest Adjust SDK for Android from the Adjust website (adjust.com).
- iOS: Download the latest Adjust SDK for iOS from the Adjust website.
**2. Add the SDK to your Project:**
- Android: Add the Adjust SDK library to your Android project by including it in your `build.gradle` file (or using the Android Studio UI).
- iOS: Add the Adjust SDK framework to your iOS project by dragging it into your Xcode project.
**3. Initialize the Adjust SDK:**
- Android: Initialize the Adjust SDK in your app's `Application` class's `onCreate()` method:
Was this article helpful?