Show admob Interstitial Ad on Subview - ios

I have used Admob Interstitial ad in my application and it get rejected in AppStore.
Reason was.
"We discovered one or more bugs in your app when reviewed on iPad and iPhone running iOS 8.2 on both Wi-Fi and cellular networks.
Specifically the interstitial video ads were unable to be closed during review."
I didn't get video ad while testing on my Device.
Is there any way i solve this issue or how i can add this ad in SubView?

Related

Flutter Banner Ad is not working on real device

My Flutter app is not showing Banner Ads from AdMob Ads on the real device connected through Android Studio. However it shows ads on my Android apps and also IOS simulators.
Also, the real IOS device and Simulators are showing all other ads like interstitials and videos.
Error:
MobileAdEvent.failedToLoad index 3
Dependency:
firebase_admob: ^0.9.1+1
Thank you

Admob (Ads) not displaying after app goes live

I am having application in which i had implemented ad mob for ads.
Ads are displaying properly when i was working on it and test it on my simulator and real device.
Here is the image when i was testing app.
I am having latest version of admob implemented 7.27.0
so that after all done when i upload this app on app store and now this app is live but it will not displaying any ads. I have implemented both banner as well as interstitial but no any ads are displaying.
Implement the GADBannerView programmatically.

iAd is not popping up anymore since iOS 9 update

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!

Is it possible to display banner ad using "adtapsy" in iOS?

Interstitial ad is working fine in iOS.
But is it possible to display banner ad using "adtapsy"??
AdTapsy supports interstitial ads only for now.
You can still use AdMob banners in a combination with AdTapsy for interstitials. Note that since AdMob SDK is included in AdTapsy, in order to show banner ads you just need to make your own initialization of AdMob banner.

Mixing iAd and Admob for testing ads

I've integrated iAds and when i click on an iAd i get the message "Welcome to iAd. You are now connected to world's largest iOS App Network". I haven't signed the App Network agreement yet. Today i also opened up Google's AdMob account and implemented google's test ads. However, on my simulator the iAds don't play at all anymore and only the Google test ads play. I made Google's ads refresh rate at 30 seconds. I get only Google ads playing and iAd never shows up. How do I change this so both iAd and AdMob show up changing from iAd to Admob?
Are you trying to load both ads networks' classes into your app and instantiate them individually (e.g. one banner points to iAd via the iAd SDK, and one points to AdMob via the AdMob SDK)? If so, consider using mediation. You can incorporate more networks, adjust targets after deployment, and the whole thing's a lot cleaner.
https://developers.google.com/mobile-ads-sdk/docs/admob/ios/mediation

Resources