Coder Social home page Coder Social logo

tinend4iphone's Introduction

TiNend4iPhone

Nend module for Titanium Mobile (iPhone). This module uses Nend Android SDK.

HOW TO USE IT

var tinend4iphone = require('tv.harukaze.ti.nend.iphone');
var adview = tinend4iphone.createView({
	apiKey:'',
	spotID:''
});
window.add(adview);

QUICK INSTALL TiNend4Android

  1. Download this module Project
  2. Make 'NendAd' directory in the module directory
  3. Download Nend iOS SDK from Nend's Web Console
  4. Copy Nend iOS SDK .h and .a files into NendAd directory
  5. Open 'tinend4iphone.xcodeproj' by XCode and build it
  6. Module zip file is made, and move it to your project

REGISTER TO YOUR PROJECT

Register your module with your application by editing tiapp.xml and adding your module. Example:

<modules>
	<module version="0.1" platform="iphone">tv.harukaze.ti.nend.iphone</module>
</modules>

When you run your project, the compiler will know automatically compile in your module dependencies and copy appropriate image assets into the application.

LICENSE

MIT License

Copyright 2012 Tomoya Narita http://harukaze.tv/ http://d.hatena.ne.jp/harukazepc/ Twitter: @harukazepc

tinend4iphone's People

Contributors

harukazepc avatar

Stargazers

 avatar

Watchers

 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.