/atinternet-ios-objc-sdk

AT Internet mobile analytics solution for iOS

Primary LanguageObjective-COtherNOASSERTION

Repo moved to at-internet/atinternet-apple-sdk

AT Internet iOS SDK

The AT Internet tag allows you to follow your users activity throughout your application’s lifecycle. To help you, the tag makes available classes (helpers) enabling the quick implementation of tracking for different application events (screen loads, gestures, video plays…)

Content

  • Tag iPhone / iPad
  • App Extension supported

How to get started

  • Install our library on your project (see below)
  • Check out the documentation page for an overview of the functionalities and code examples

Manual integration

Find the integration information by following this link

###Installation with CocoaPods

CocoaPods is a dependency manager which automates and simplifies the process of using 3rd-party libraries in your projects.

Podfile

  • Basic iOS application :
target 'MyProject' do
pod "ATInternet-iOS-ObjC-SDK/iOS", ">=2.0"
end
  • iOS application with iOS App Extension :
target 'MyProject' do
pod "ATInternet-iOS-ObjC-SDK/iOS",">=2.0"
end

target 'MyProject WatchKit 1 Extension' do
pod "ATInternet-iOS-ObjC-SDK/WatchExtension", ">=2.0"
end

Installing the Tracker using the sources :

  1. Open the workspace
  2. Compile the project
  3. In the derived data folder, drag&drop the following files :
  • Build/Products/Debug-universal/libATTracker.a
  • Build/Products/Debug-universal/usr/local/include/include/*
  • Build/Products/Debug-iphoneos/ATAssets.bundle

In your projet, don't forget to include the following frameworks : CoreData, CoreTelephony, SystemConfiguration

and to add the "-ObjC" flag in "Other linker flag" in your Build Settings

License

MIT