TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2017 |
Maintained by Laura Orán.
[![CI Status](http://img.shields.io/travis/Laura Orán/AbTrackingLib.svg?style=flat)](https://travis-ci.org/Laura Orán/AbTrackingLib)
To run the example project, clone the repo, and run pod install
from the Example directory first.
AbTrackingLib is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "AbTrackingLib"
To trigger the event, in your application delegate import the library:
#import <AbTrackingLib/ABTracker.h>
and add the following code in didFinishLaunchingWithOptions:
[ABTracker trackOpenEvent];
or add the following code in didFinishLaunchingWithOptions if you are working in a staging version:
[ABTracker trackOpenEventStaging];
To track your event to abtrckr.com
Laura Orán, [email protected]
AbTrackingLib is available under the MIT license. See the LICENSE file for more info.