PDA

View Full Version : AdMob, Facebook & Chartboost Qt 5 Plugins for iOS & Android



alexleutgoeb
2nd June 2014, 09:44
I'm happy that we here at V-Play can finally announce some new cool stuff we were working on:

V-Play Qt 5 Plugins (http://plugins.v-play.net) for iOS & Android

With the currently ongoing transition of V-Play Game Engine from Qt 4.8 to Qt 5.3 we also launched our existing plugins for monetization, ads and analytics as standalone Qt 5 plugins!

This step allows it to use AdMob, Chartboost, Facebook and the integration of a lot more third-party services in almost every Qt 5-based app & game right from within your QML code, just as easy as the following example for displaying an AdMob ad banner:


import VPlay.plugins.admob 1.0

AdMobBanner {
adUnitId: "<your-ad-unit-id>"
banner: AdMobBanner.Smart

anchors.horizontalCenter: parent.horizontalCenter
anchors.top: parent.top
}

You can find the announcement blog post (http://plugins.v-play.net/blog/2014/04/introducing-v-play-qt-5-plugins-for-ads-iap-more/) here.

We hope you like the new plugins as much as we do and look forward to your appreciated feedback and plugin suggestions at plugins.v-play.net (http://plugins.v-play.net)!

Best,
Alex
Co-founder V-Play