Giter Site home page Giter Site logo

vidueirof / extension-comscore Goto Github PK

View Code? Open in Web Editor NEW

This project forked from haxeextension/extension-comscore

0.0 3.0 0.0 32 KB

OpenFL iOS support for the comScore Analytics library.

License: MIT License

Haxe 54.24% Shell 7.85% C++ 22.50% Objective-C++ 15.41%

extension-comscore's Introduction

extension-comscore

Provides access to comScore Analytics library on iOS. Currently, Android is not supported.

Installation

This library is available on Haxelib, so install with:

haxelib install comscore

If you want to install the development version you can:

haxelib git comscore https://github.com/openfl/extension-comscore.git

You also need to include the following files from the comScore SDK manually, as they are copyrighted.

iOS/comScore-iOS-ARMV7_ARMV7S_ARM64-2-5/comScore/headers/*.h   -> comscore/native/iphone/include
iOS/comScore-iOS-ARMV7_ARMV7S_ARM64-2-5/comScore/libcomScore.a -> comscore/native/libs

You can then build the .ndll files with sh rebuild (Mac/Linux) or lime rebuild ./native ios -clean.

Don't forget to add the following line to your Project.xml:

<haxelib name="comscore" if="ios" />

Then you can call comScore methods pretty easily:

import extension.comscore.ComScore;

...

ComScore.setCustomerC2("MY_CLIENT_ID");

License

All code in this repository is © 2015 Steve Richey and joon and is shared under an MIT license. See license.md for details. All code in the comScore SDK is © 2014 comScore, Inc.

extension-comscore's People

Contributors

vidueirof avatar steverichey avatar

Watchers

Paul Gene Thompson avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.