ATInternet-iOS-ObjC-SDK 2.2.7

ATInternet-iOS-ObjC-SDK 2.2.7

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2016

Maintained by Theo Damaville, Nicolas Sagnette, ATInternet.



  • By
  • AT Internet

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

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 :
  4. Build/Products/Debug-universal/libATTracker.a
  5. Build/Products/Debug-universal/usr/local/include/include/*
  6. 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