Inneractive works for both iOS(Apple) and Android. If you want to use Inneractive ads in your app heres what you need to do:
First: Sign up with Inneractive here, http://developer.anscamobile.com/reference/ads-inneractive
Follow the instructions under “Signing up with Inneractive.”
Second: Wherever you want to put the ads (e.g. your “main.lua” file) insert the following code.
[lua]local ads = require “ads”
ads.init( “inneractive”, “YourAppID” ) --When you sign up at Inneractive and add your app, you should receive an app ID. Put that ID where I put, “YourAppID.”
ads.show( “banner, fullscreen, or text”, { x=0, y=0, interval=20 } ) --choose banner, fullscreen, or text. choose the x and y coordinates, then the number of seconds an ad show before switching to the next one.[/lua]
I hope this helps! [import]uid: 39302 topic_id: 24960 reply_id: 101885[/import]