Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. How to create in-app advertising on android?
Forum Updated to NodeBB v4.3 + New Features

How to create in-app advertising on android?

Scheduled Pinned Locked Moved Mobile and Embedded
6 Posts 3 Posters 5.6k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    stereomatching
    wrote on last edited by
    #1

    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.

    1 Reply Last reply
    0
    • T Offline
      T Offline
      TioRoy
      wrote on last edited by
      #2

      See "here":http://blog.qt.digia.com/blog/2013/12/12/implementing-in-app-purchase-on-android/

      It's similar.

      1 Reply Last reply
      0
      • S Offline
        S Offline
        stereomatching
        wrote on last edited by
        #3

        Thanks, I would post the codes if I could make it work

        1 Reply Last reply
        0
        • F Offline
          F Offline
          feldifux
          wrote on last edited by
          #4

          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.0

          GameWindow {

          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)

          Founder of Felgo SDK - http://felgo.com/qt

          Felgo simplifies

          • Mobile App Dev with Qt esp. iOS & Android
          • Game Development with Qt

          What others say

          Felgo scored #1 in Cross-Platform App Development Tools Report - see why: https://goo.gl/rgp3rq

          1 Reply Last reply
          0
          • S Offline
            S Offline
            stereomatching
            wrote on last edited by
            #5

            [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/

            1 Reply Last reply
            0
            • F Offline
              F Offline
              feldifux
              wrote on last edited by
              #6

              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-qt

              And 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

              Founder of Felgo SDK - http://felgo.com/qt

              Felgo simplifies

              • Mobile App Dev with Qt esp. iOS & Android
              • Game Development with Qt

              What others say

              Felgo scored #1 in Cross-Platform App Development Tools Report - see why: https://goo.gl/rgp3rq

              1 Reply Last reply
              0

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved