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:
- Clone the repository containing the example project.
- Navigate to the Example directory.
- Run
pod install
to set up dependencies. - 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:
- Install the SDK in your iOS project.
- Initialize the SDK in your app.
- Test your integration to ensure proper tracking of installs, events, and other features.
- Contact Trackier support at support@trackier.com for assistance.
For additional resources and detailed instructions, visit the Trackier Documentation Portal.