iAd is not popping up anymore since iOS 9 update - ios

I have an App in the App Store, its called "Sanchez and the Aliens".
The iAd banner was working on the phones, but now, a friend told me he updated his iPhone to iOS 9 and now he can't see any more ads. I tested it a few more times, and whenever i update to iOS 9, the iAd Banner doesn't pop up anymore.
Does anybody know an answer so far?
Thanks for any help regarding my problem!

Related

When I opened my iOS app, the screen turns black. Why?

I'm making iOS apps. I'm a total novice developer.
I want everyone to use my app so I choose iOS 10.0 in Target Info on Xcode. Now my app can be downloaded on the App store. However when I opened my app on iPad (iOS 12.4.6), the screen turned black and I can do nothing.
Do you come up with any problems?
Not sure if you coded your app programmatically but in your app delegate, check for the var window: UIWindow?. I had the same issue when I forgot to put the "?" after "UIWindow". Hope that helps.

App created in Xcode 9 crashes with screen record on in iPhone iOS11

I created a couple of apps and side loaded them on my iPhone.
I was playing around with my iPhone screen recorder and noticed the apps I side loaded, would close out.
Apps like LinkedIn, Twitter, shopping apps will stay on top.
Is there a setting in Xcode that prevents this?
I believe I found the answer. I had updated to iOS 11.0.1, thats when the crash started. Worked well with iOS 11. Just reloaded the app from Xcode and it works now. At this writing, the Apple Developer website is down for maintenance, so I am unable to load my other apps.

applicationwillenterforeground is not called on iOS 11 Beta

I have an existing app that works on iOS 10 or before, where as some of the features are broken in iOS 11 Beta 8. When I analyzed and debugged, understand that appdelegate methods "applicationDidEnterBackground" and "applicationwillenterforeground" are not called when app is coming from background to foreground immediately after tapping home button.
Important note: You should be doing the things like Tapping on home button followed by Tapping on App icon in no longer than 1sec.
Using Xcode Version 9.0 beta 6 (9M214v), testing on iPhone 7 Simulator.
Please find the attached sample code along with recorded video.
https://www.dropbox.com/s/zba7go5d7wo6j1n/Test.zip?dl=0
Did anybody face this issue? Seems, a bug in iOS 11.

iAd banner Not showing up in app store but is showing up in simulator

I recently updated my iPhone app with iAds. In the simulator, the iAds showed up and were working perfectly fine. My app was updated on May 15th, and I downloaded the app on my iPad after to see if the iAds were working. I didn't see them show up.
After looking at similar questions, I waiting for a couple of days to see if it would change. As of today, the iAds still haven't shown up on my iPad, but on iTunes Connect, it actually shows that my app has a total of 110 requests from May 19th to May 23rd, which makes no sense to me. How can I be getting requests if the iAds don't even show up?
Thanks in advance.
The banner will be blank if there aren't any ads currently available to show. This can happen for a number of reasons. The simulator simply shows an example ad for development purposes.
Have you followed the best practice of hiding the banner when no ad is available? https://developer.apple.com/library/ios/technotes/tn2264/_index.html#//apple_ref/doc/uid/DTS40011827-CH1-HIDE_BLANK_OR_EMPTY_BANNERS

Why did iAd work well on simulator and device testing, but didn't show up after released on App Store?

I set up iAd by adding self.canDisplayBannerAds = YES; in ViewDidLoad method. I tested it on simulator and iPhone 4 device. It worked well. But after i released on App Store, iAd didn't show up on the specific view controller. Why is that happened? Thanks!!
If your app has been released today or yesterday, it's normal. The ads dont show until a few days after the first release of your app.

Resources