TestsTested | ✓ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2016 |
Maintained by Theo Damaville, Nicolas Sagnette, ATInternet.
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…)
Find the integration information by following this link
target 'MyProject' do
pod "ATInternet-iOS-ObjC-SDK/iOS", ">=2.0"
end
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
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
MIT