Admob SDK versions older than 7.0.0 -- Read all threads no answer to this question --

Hi,

I have been using corona since the early days purchasing different plans etc throughtout the years.

Earlier in the year we had the issue of " the security traversal issue" to contend with.

Now, I had to go down the route of the decompilation etc descibed on here ( thanks whoever put that togethor) changing the manifest and rebuild, there was really no way I could rewrite 10+ apps, some using older apis.

Anyway all went well and everything is as it should be.

My question is this:

when I built my apps I had paid for the priviledge by means of a tier plan( cant remember they kept changing year on year). The apps are probably 2 years old since they were “built” via Corona.

So, my version of Admob, is it ok or do i have to purchase the Admob plugin and re build ?

thanks

What is the code in your build.settings for loading the plugin?

Rob

Hi Rob,

thanks for replying to this.

I rebuilt most of my apps before decompiling as I began to change the old code but didnt have time to finish so they have been through the corona server build process November 2017, but with an earlier sdk build ( sorry cant dont access to that info atm). They use Admob V2.

I intend to update them one by one using the latest build and the new Admob as soon as time allows.

build settings include :

[lua]

[“plugin.google.play.services”] = { publisherId = “com.coronalabs”,},
[“CoronaProvider.gameNetwork.google”] = {publisherId = “com.coronalabs”,

[/lua]

my manifest contains the following:

[lua]

<meta-data android:name=“com.google.android.gms.version” android:value=“4242000”/>

[/lua]

thanks

This plugin:  

  1. [“plugin.google.play.services”] = { publisherId = “com.coronalabs”,},

should no longer be used. Google has not supported that version from some time.

 

Rob

What is the code in your build.settings for loading the plugin?

Rob

Hi Rob,

thanks for replying to this.

I rebuilt most of my apps before decompiling as I began to change the old code but didnt have time to finish so they have been through the corona server build process November 2017, but with an earlier sdk build ( sorry cant dont access to that info atm). They use Admob V2.

I intend to update them one by one using the latest build and the new Admob as soon as time allows.

build settings include :

[lua]

[“plugin.google.play.services”] = { publisherId = “com.coronalabs”,},
[“CoronaProvider.gameNetwork.google”] = {publisherId = “com.coronalabs”,

[/lua]

my manifest contains the following:

[lua]

<meta-data android:name=“com.google.android.gms.version” android:value=“4242000”/>

[/lua]

thanks

This plugin:  

  1. [“plugin.google.play.services”] = { publisherId = “com.coronalabs”,},

should no longer be used. Google has not supported that version from some time.

 

Rob