Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.57 KB

README.md

File metadata and controls

47 lines (29 loc) · 1.57 KB

Criteo Events SDK

UPDATE: this SDK has been deprecated as of March 2022 and is no longer supported by our teams.

Contact your technical contact at Criteo in case of questions/concerns about your App Integration.

Thanks for looking at the Criteo Events SDK! It allows iOS applications to easily send events back to Criteo to power your targeted campaigns.

Download

The Criteo Events SDK is available via:

1. CocoaPods

The Events SDK is available as a Pod via Cocoapods; to use it, add the following to your build target in your Podfile. E.g. :

target 'MyApp' do
  pod 'CriteoEventsSDK'
end

Then run 'pod install' in your project directory and open your MyApp.xcworkspace and build

2. Cloned GitHub repository

You can obtain the Event SDK source by cloning the git repository and including it into your project manually.
git clone git://github.com/criteo/ios-events-sdk.git

Requirements

  • iOS 8.0 or higher

We are Hiring!

Criteo is looking for Software Engineers! It's not really important what technology you've used before (Java, C++, C#, Scala, Erlang) we're looking for open minded people who can adapt very quickly. We believe coding is a talent and a passion, not just a skill. Check us out at: http://labs.criteo.com/

License

Copyright (C) 2017 - Criteo
Licensed under the Apache License, Version 2.0
http://www.apache.org/licenses/LICENSE-2.0 Please note: This is an open source read-only mirror, and we do not currently accept external contributions.