How to create in-app advertising on android?
-
wrote on 19 Dec 2013, 03:13 last edited by
Anyone know how to use Qt5.2 to accomplish this task?
Is it possible to accomplish this task with Qt5.2?
Quite confuse since there are no document or any example about
how to embedded advertise into the app. -
wrote on 19 Dec 2013, 03:31 last edited by
See "here":http://blog.qt.digia.com/blog/2013/12/12/implementing-in-app-purchase-on-android/
It's similar.
-
wrote on 20 Dec 2013, 08:24 last edited by
Thanks, I would post the codes if I could make it work
-
wrote on 27 Dec 2013, 18:08 last edited by
Hi,
if using Qt4 is also an option for you, then you can have a look at the "AdMob":http://v-play.net/doc/plugins1-admob.html and "Chartboost":http://v-play.net/doc/plugins1-chartboost.html QML components from V-Play.Using it is pretty simple and works for iOS & Android, like in this example:
@
import QtQuick 1.1
import VPlay 1.0
import VPlay.plugins.admob 1.0GameWindow {
Scene {
AdMob { publisherId: "<your-publisher-id>" banner: AdMob.Smart testDeviceId: "<your testdevice id>" }
}
}@If you are interested in the Qt5 plugins for AdMob, Chartboost and also for in-app purchases, you can add your email here and receive a short reminder as soon as we have published the standalone Qt5 plugins:
http://plugins.v-play.net/Cheers, Chris (Co-Founder of V-Play)
-
wrote on 1 Jan 2014, 01:41 last edited by
[quote author="TioRoy" date="1387423917"]See "here":http://blog.qt.digia.com/blog/2013/12/12/implementing-in-app-purchase-on-android/
It's similar.[/quote]
Try to embed the AppBucks Interstitial advertise into the application but have some problem.
"Can’t create java class by QAndroidJniObject":qt-project.org/forums/viewthread/36654/
-
wrote on 24 Aug 2017, 22:52 last edited by
Just an update, because we released a new version of the Qt AdMob Plugin today to also support rewarded videos + native ads. You can download it for free here:
https://v-play.net/updates/release-2-13-0-free-rewarded-videos-native-ads-for-google-admob-qtAnd here you can find the documentation and examples about how to add the AdMob plugin to your Qt app:
https://v-play.net/doc/plugin-admob/Cheers, Chris