11-06-2012 09:16 AM
Hi,
i just try to use the Advertising Service for one of my app. I followed the instructions provided in the documentation here but the link to sampleApp is broken.
When i add "import bb.cascades.advertisement 1.0" to my qml file, i get an "bb.cascades.advertisement is not installed error". So what am i missing here? Does someone have a working example (QML)? Thanks!
Solved! Go to Solution.
11-06-2012 01:32 PM
You may need to add a reference in the .pro file
11-06-2012 03:46 PM
I did a write up on in, here you go: http://bbcascadescode.tumblr.com/post/33665674393/
-Brian
11-07-2012 05:28 AM
Great, thanks, Brian and Ebscer.