shad / comscore

Titanium Module for comScore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

comScore Module

To build your project, you will need to do the following. The framework is referenced there during the link phase of your project build.

  1. Create directory /opt/frameworks
  2. ln -s comScore.framework /opt/frameworks/comScore.framework

To Use

  1. Put the module whever you put your modules

  2. Add the following line in your tiapp.xml com.foodonthetable.comscore

  3. Add code like this to your app.js

    require('com.foodonthetable.comscore').start({ appName:'Your App', customerC2:'1234567', providerSecret:'YOUR_SECRET_PROVIDER_CODE' });

About

Titanium Module for comScore

License:Apache License 2.0


Languages

Language:Objective-C 91.3%Language:Python 7.7%Language:C++ 0.8%Language:JavaScript 0.2%