简体   繁体   中英

How to update AdMob in existing iOS app

My Admod banner isn't displaying when being tested on phone. Xcode tells me its because I have an old version of the sdk. This is the message I'm getting from Xcode:

You are currently using version 6.12.0 of the SDK, which doesn't officially support iOS 8. Please consider updating your SDK to the most recent sdk version, 7.0.0, to get iOS 8 support,

I downloaded the newest sdk but don't know how to implement it with an existing sdk. Is there anyone that knows how to update admob?

In my current project I have the necessary frameworks and an admod folder that includes GADBannerView.h, GADBannerViewDelegate.h, libGoogleAdMobAds.a,search folder, mediation folder etc...

Thanks

Admob 6.12.0 still does support iOS8, it is just that they have since done bug fixes - they are now up to 7.1.0 but 6.12.0 should still display ads.

This means that there is something else wrong with your code that is causing the ads not to display. You will need to fix your code. Even in the simulator you should get ads or test ads on 6.12.0 on ios8.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM