self.bannerView.adSize = GADCurrentOrientationBannerAdSizeWithWidth(viewWidth);Hi there,
Sorry for this confusion. In recent versions of the SDK the API was updated.
The new APIs are:
GADAdSize GADCurrentOrientationAnchoredAdaptiveBannerAdSizeWithWidth(CGFloat width);
GADAdSize GADPortraitAnchoredAdaptiveBannerAdSizeWithWidth(CGFloat width);
GADAdSize GADLandscapeAnchoredAdaptiveBannerAdSizeWithWidth(CGFloat width);
I am updating the early access documentation to reflect this. We will be making these APIs public in the next version of the SDK (7.51.0).
Regards
Sam