AdMob new SDK (google play)

HI,

Google wrote, that they stop the AdMob SDk till august 2014

and only accept their new Google Play SDk (for native apps)

is their anything going on with Corona so they also support the new Google Play AdMob?

Thanks

Chris

We already do support the new one.  It’s here:  http://docs.coronalabs.com/plugin/ads-admob-v2/index.html

Hi Rob!

I’m getting this error using admob-V2

When I look the console of my app (using XCode/Organizer), I’m getting this error:

<Warning>: <Google:HTML> Google Mobile Ads SDK: You are currently using 6.8.0 of the SDK. A new version, 6.9.2, is available at http://goo.gl/Zc0BYt . Please consider updating your SDK to get the latest features and bug fixes

I’ve tried with builds 2189 and 2332.

And my build.settings (extract)

 plugins =

{

[“plugin.google.play.services”] =

{

– required

publisherId = “com.coronalabs”,

},

Do you have any clue of what’s going on?

Thank you in advance!!!

@egruttner

That’s the iOS version of the SDK and it’s only a warning not an error.

There’s no need to worry. The current Corona plugin happens to use 6.8.0. There doesn’t seem to much new in 6.9.2 except that they have dropped support for iOS 4.3 and now provide ARC weak references.

@ingemar

Thank you very much!!!  :smiley:

We already do support the new one.  It’s here:  http://docs.coronalabs.com/plugin/ads-admob-v2/index.html

Hi Rob!

I’m getting this error using admob-V2

When I look the console of my app (using XCode/Organizer), I’m getting this error:

<Warning>: <Google:HTML> Google Mobile Ads SDK: You are currently using 6.8.0 of the SDK. A new version, 6.9.2, is available at http://goo.gl/Zc0BYt . Please consider updating your SDK to get the latest features and bug fixes

I’ve tried with builds 2189 and 2332.

And my build.settings (extract)

 plugins =

{

[“plugin.google.play.services”] =

{

– required

publisherId = “com.coronalabs”,

},

Do you have any clue of what’s going on?

Thank you in advance!!!

@egruttner

That’s the iOS version of the SDK and it’s only a warning not an error.

There’s no need to worry. The current Corona plugin happens to use 6.8.0. There doesn’t seem to much new in 6.9.2 except that they have dropped support for iOS 4.3 and now provide ARC weak references.

@ingemar

Thank you very much!!!  :smiley: