MobileAppTracker 3.17.2

MobileAppTracker 3.17.2

TestsTested
LangLanguage Obj-CObjective C
License Apache 2
ReleasedLast Release Sep 2016

Maintained by Matt Gowie, Dan Koch, John Gu, Harshal Ogale, Charles Gilliam.



  • By
  • TUNE, Inc.

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!!! DEPRECATED IN FAVOR OF : TUNE !!!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Steps to include MobileAppTracking (MAT) iOS SDK to your iOS Xcode project

Install MobileAppTracker pod

Once CocoaPods has been installed, you can include MAT iOS SDK to your project by adding a dependency entry to the Podfile in your project root directory.

$ edit Podfile
platform :ios, '8.0'
pod 'MobileAppTracker'

This sample shows a minimal Podfile that you can use to include MAT iOS SDK dependency to your project. You can include any other dependency as required by your project.

Now you can install the dependencies in your project:

$ pod install

Once you install a pod dependency in your project, make sure to always open the Xcode workspace instead of the project file when building your project:

$ open App.xcworkspace

Now you can import MobileAppTracker in your source files:

@import MobileAppTracker;

OR

#import <MobileAppTracker/MobileAppTracker.h>

At this point MAT iOS SDK is ready for use in your project.

Next Steps

Refer MAT SDK Integration Document for help on measuring installs and events using the MAT iOS SDK.