iAds not working in iOS9 and above

iAds not working in iOS9 and above devices/simulators. i have tried following workaround solutions


1. changed ad fill rate to 100%

2. added `self.canDisplayBannerAds = true;`

3. added ADBannerView after a time delay.

4. included all delegate methods

5. Removed and added bannerview in `didFailToReceiveAdWithError` method.


i got iads in iOS8, iOS7 and below versions. Any thing i missed here?

Replies

We are not currently aware of any issues related to iOS 9. If ads are served to an app running on iOS 8, it should also work for iOS 9.


-Josh

Hi @joshk


Many people reported that they got this issue.

Check the below link

https://forums.developer.apple.com/thread/18527


Thanks