
On the eve, all my iOS apps started to give warnings.
<Google: HTML> You are currently running version 6.12.2 of the SDK, which is not officially supported by iOS 8. You are currently supported. fix for smart banner rendering in landscape mode. The latest SDK can be downloaded from goo.gl/iGzfsP .
The transition to the new version of adMob takes a few minutes.
I have two news for iOS developers - one is good, the other ... is also good.
')
Good news
Google replaced a bunch of files and directories with a single file
GoogleMobileAds.framework
In the project, the new file conveniently folds into a common group of frameworks and does not hurt the eyes.
In addition, do not build bridges between Obj-C and Swift.
And, finally, you can throw out the draped flag -ObjC from your projects.
Code Changes
I removed 2 lines from the ViewController.h file
#import "GADBannerView.h" @interface ViewController : UIViewController <GADBannerViewDelegate>
And added 2 lines to the ViewController.m file
@import GoogleMobileAds; @interface ViewController () <GADBannerViewDelegate> {
All changes are completed.
Good news two
As a result, you will have to rebuild all applications and re-allocate them to the store. The check will take 7-10 days.
I brag, I already updated one application, laid out and checked. Who likes, try, all for free.

Hello to all coders from our village.