I got the files for the Millennial Media module for Appcelerator from the following link: https://github.com/appcelerator-archive/ti.millennialmedia
I have built the .zip file and install the module in my project. When calling for example the ad banner with the following code:
win.add(MillennialMedia.createView({
apid: '234859',
bottom: 0,
width: 320,
height: 50,
adType: MillennialMedia.TYPE_BANNER
}));
I get an error saying:
Error: invalid method (createView) passed to TiMillennialmediaModule
Ideas?
Using Titanium SDK 6.0.1.GA Testing on IOS