Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The current Android implementation does not work with Google Play Services #8

Open
degenet opened this issue Feb 24, 2014 · 5 comments

Comments

@degenet
Copy link

degenet commented Feb 24, 2014

import com.google.ads.* has changed to import com.google.android.gms.ads.*

Changes are not too drastic. I got it working. Here is the migration guide:

https://developers.google.com/mobile-ads-sdk/docs/admob/play-migration

@jlcarvalho
Copy link

@degenet could you share your code? My app doesn't shows the ad.

@manuelpaulo
Copy link

@degenet same request. Thanks.

@degenet
Copy link
Author

degenet commented Apr 1, 2014

@jlcarvalho @manuelpaulo Sure. I still haven't implemented interstitial ads because we only needed banners for this particular app. But here is what I did:

https://github.com/degenet/cordova-plugin-admob/blob/master/src/android/com/google/cordova/plugin/AdMobPlugin.java

Hope it helps.

@xlm73
Copy link

xlm73 commented Aug 9, 2014

It seems this project has not been updated for quite long time.

This one is more active:
https://github.com/floatinghotpot/cordova-plugin-admob

Hope this info is useful.

@rickgbw
Copy link

rickgbw commented Oct 5, 2014

Implementation with interstitial banners and Google Play Services:
https://github.com/Rickgbw/cordova-plugin-admob

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants