Use Paid Admob Plugin, Flurry And Vungle

Hello, we just upgraded to the paid admob plugin, because it will get retired soon.

In the document it says:

“If you are building for Android, you should remove any legacy inclusion of the [“plugin.google.play.services”] plugin from your build.settings.”

However, our apps still need to use Flurry and Vungle, they are all need ‘plugin.google.play.services’

So any way we can use the paid admob, flurry and vungle at the same time?

Thanks

You can safely use any of our in-house plugins (including AdMob Pro and Flurry Analytics) without the legacy ‘plugin.google.play.services’ plugin as long as you use Corona build 2016.3005 or later. In fact all Pro plugins require build 2016.3005 or later.

The reason why the documentation still mentions the legacy plugin in the Project Settings section is because our current public build 2016.2992 still requires it. The new Android Dependency System was introduced in build 2016.3005, and all new plugins and plugin updates will require the use of this build (or later builds) to get access to the latest plugin versions.

The Vungle plugin is maintained by Vungle themselves and they have not yet updated their plugin to use the Android Dependency System. Until they update the plugin, the Vungle plugin will be incompatible with AdMob, Flurry and all new plugin updates.

@ingemar_cl thank you for your fast reply! now i got it. :slight_smile:

You can safely use any of our in-house plugins (including AdMob Pro and Flurry Analytics) without the legacy ‘plugin.google.play.services’ plugin as long as you use Corona build 2016.3005 or later. In fact all Pro plugins require build 2016.3005 or later.

The reason why the documentation still mentions the legacy plugin in the Project Settings section is because our current public build 2016.2992 still requires it. The new Android Dependency System was introduced in build 2016.3005, and all new plugins and plugin updates will require the use of this build (or later builds) to get access to the latest plugin versions.

The Vungle plugin is maintained by Vungle themselves and they have not yet updated their plugin to use the Android Dependency System. Until they update the plugin, the Vungle plugin will be incompatible with AdMob, Flurry and all new plugin updates.

@ingemar_cl thank you for your fast reply! now i got it. :slight_smile:

Hi, 

Can you update regarding this. Can the vungle plugin now use the Android Dependency System?

Please take a look at the plugins I am using, am i doing something wrong? Ads dont show.

plugins =

    {

       [“plugin.vungle”] =

        {

            publisherId = “com.vungle”

        },

[“plugin.facebook.v4”] =

        {

            publisherId = “com.coronalabs”

        },

–Google in app billing v3

            [“plugin.google.iap.v3”] =

            {

                – required

                publisherId = “com.coronalabs”,

                supportedPlatforms = { android = true },

            },  

– includes IAP Badger as a plug in

        [“plugin.iap_badger”] =

        {

            – required

            publisherId = “uk.co.happymongoose”,

        },

[“CoronaProvider.gameNetwork.apple”] =

        {

            publisherId = “com.coronalabs”,

supportedPlatforms = { iphone=true, }

        },

–[“CoronaProvider.gameNetwork.google”] =

        --{

          –  publisherId = “com.coronalabs”,

        --},

[“plugin.iCloud”] =

          {

            publisherId = “com.coronalabs”,

            supportedPlatforms = { iphone=true, appletvos=true, [“iphone-sim”]=true, [“mac-sim”] = true },

          },

[“plugin.gpgs”] =

        {

            publisherId = “com.coronalabs”,

–supportedPlatforms = { android = true },

        },

    }, 

Hello @uetgs.

What version of Corona are you running?

Rob

Hi.

My version is 2017.3111

Thanks

Since you’re on a build newer than 3005, all Android plugins are on the dependency system. This is simply something you no longer need to worry about. Vungle hasn’t needed our old plugin.google.play.services dependency in a long time.

I suspect you’re looking at this as to why your not getting ads in this post: https://forums.coronalabs.com/topic/69734-vungle-ads-are-not-showing-after-status-is-active-from-testing/

Please see my response there. 

Rob

Hi, 

Can you update regarding this. Can the vungle plugin now use the Android Dependency System?

Please take a look at the plugins I am using, am i doing something wrong? Ads dont show.

plugins =

    {

       [“plugin.vungle”] =

        {

            publisherId = “com.vungle”

        },

[“plugin.facebook.v4”] =

        {

            publisherId = “com.coronalabs”

        },

–Google in app billing v3

            [“plugin.google.iap.v3”] =

            {

                – required

                publisherId = “com.coronalabs”,

                supportedPlatforms = { android = true },

            },  

– includes IAP Badger as a plug in

        [“plugin.iap_badger”] =

        {

            – required

            publisherId = “uk.co.happymongoose”,

        },

[“CoronaProvider.gameNetwork.apple”] =

        {

            publisherId = “com.coronalabs”,

supportedPlatforms = { iphone=true, }

        },

–[“CoronaProvider.gameNetwork.google”] =

        --{

          –  publisherId = “com.coronalabs”,

        --},

[“plugin.iCloud”] =

          {

            publisherId = “com.coronalabs”,

            supportedPlatforms = { iphone=true, appletvos=true, [“iphone-sim”]=true, [“mac-sim”] = true },

          },

[“plugin.gpgs”] =

        {

            publisherId = “com.coronalabs”,

–supportedPlatforms = { android = true },

        },

    }, 

Hello @uetgs.

What version of Corona are you running?

Rob

Hi.

My version is 2017.3111

Thanks

Since you’re on a build newer than 3005, all Android plugins are on the dependency system. This is simply something you no longer need to worry about. Vungle hasn’t needed our old plugin.google.play.services dependency in a long time.

I suspect you’re looking at this as to why your not getting ads in this post: https://forums.coronalabs.com/topic/69734-vungle-ads-are-not-showing-after-status-is-active-from-testing/

Please see my response there. 

Rob