-
Notifications
You must be signed in to change notification settings - Fork 43
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
Comments
@degenet could you share your code? My app doesn't shows the ad. |
@degenet same request. Thanks. |
@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: Hope it helps. |
It seems this project has not been updated for quite long time. This one is more active: Hope this info is useful. |
Implementation with interstitial banners and Google Play Services: |
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
The text was updated successfully, but these errors were encountered: