PDA

View Full Version : Qt 5 IAPs, ad and social network plugins for iOS & Android



alexleutgoeb
3rd December 2013, 11:07
Hi all,

We here at V-Play (http://v-play.net) (a Qt-based mobile game engine) are currently preparing some Qt 5 plugins especially for the upcoming Qt mobile edition. Our main focus is on mobile services for iOS and Android, including:



Native in-app purchases for iOS App Store and Google Play
Integration of ad networks like AbMob or Chartboost
Social and gaming networks like Facebook or Game Center
Analytics like Flurry


The really cool thing about these plugins is that you can use them right within your QML code, independently from the underlying platform, like we already provide it in our game engine. As an example, our Store plugin (http://v-play.net/doc/plugins1-store.html) allows in-app purchases with one line of QML code:


store.buyItem(noadsGood)
and thanks to property bindings updating an ad banner is as easy as:


AdBanner {
visible: !noadsGood.purchased
}
If that sounds interesting you can leave your e-mail address on our mailing list (http://plugins.v-play.net/) to get notified as soon as we have some more announcements on this (we won’t use your address for any other purpose than contacting you about our Qt 5 plugins).

The link to our mailing list is: http://plugins.v-play.net

Feel free to ask your questions here. :)

Best,
Alex from V-Play