To build your project, you will need to do the following. The framework is referenced there during the link phase of your project build.
- Create directory /opt/frameworks
- ln -s comScore.framework /opt/frameworks/comScore.framework
-
Put the module whever you put your modules
-
Add the following line in your tiapp.xml com.foodonthetable.comscore
-
Add code like this to your app.js
require('com.foodonthetable.comscore').start({ appName:'Your App', customerC2:'1234567', providerSecret:'YOUR_SECRET_PROVIDER_CODE' });