10-17-2012 07:17 AM
Hi everyone,
I am trying to include the BB Advertising SDK into my BB10 Cascades app.
As soon as I add this line:
import bb.cascades.advertisement 1.0
to my qml file, the app doesn't start any longer (in the simulator, don't know about the device), it stays at the BB splashscreen. No errors in the logs.
Even though there is not yet a Banner-element added to the qml page.
I've added
LIBS += -lbbcascadesadvertisement and <permission>read_device_identifying_information</permission>
according to the documentation to the .pro and .xml files.
When I remove that line in the qml again it's working.
Any ideas? Did anybody already use the BB Advertising SDK in his app?
10-17-2012 07:46 AM
11-06-2012 09:23 AM
I just run into the same problem. Documentation seems to be wrong, link to example still broken. Do you have any new informations?
11-06-2012 10:03 AM
Hi!
Yes I've got it running now.
I found a solution here:
Seems the docs were a little outdated.