AbTrackingLib 1.0.9

AbTrackingLib 1.0.9

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

Maintained by Laura Orán.



  • By
  • Laura Orán

AbTrackingLib

[![CI Status](http://img.shields.io/travis/Laura Orán/AbTrackingLib.svg?style=flat)](https://travis-ci.org/Laura Orán/AbTrackingLib)
Version
License
Platform

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

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

Author

Laura Orán, [email protected]

License

AbTrackingLib is available under the MIT license. See the LICENSE file for more info.