Skip to main content

Introduction

The AppTrove iOS SDK provides robust tools for tracking installs, events, revenue, and deep links, optimized for iOS apps. This guide walks you through integrating and using the SDK effectively.

Key Features

  • Attribution Tracking: Attribute installs to campaigns.
  • Event Tracking: Monitor built-in and custom events.
  • Revenue Tracking: Record revenue with currency support.
  • Deep Linking: Route users to specific content.
  • Security: SDK signing and key protection.
  • Apple Search Ads: Support for App Store ad attribution.

Example Application

We have created an example app to demonstrate AppTrove iOS SDK integration. To explore the integration:

  1. Clone the repository containing the example project.
  2. Navigate to the Example directory.
  3. Run pod install to set up dependencies.
  4. Open the generated .xcworkspace file in Xcode to build and run the app.
note

If you're new to CocoaPods, refer to the official CocoaPods documentation for guidance on creating and using Podfiles.

Requirements

  • iOS 10.0 or later
  • Xcode 12.0 or later
  • CocoaPods for dependency management
  • Trackier MMP account with SDK key

Next Steps

To get started with the AppTrove iOS SDK:

  1. Install the SDK in your iOS project.
  2. Initialize the SDK in your app.
  3. Test your integration to ensure proper tracking of installs, events, and other features.
  4. Contact Trackier support at support@trackier.com for assistance.

For additional resources and detailed instructions, visit the Trackier Documentation Portal.