Mixing iAd and Admob for testing ads - ios

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

Related

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.

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.

iAd banner not clickable

I'm using Google AdMob mediation with the iAd adapter and standard google ads. To present the ads at the bottom im using CJPAdController which works fine as well.
I'm correctly receiving test ads for both networks and the google ads work perfectly when an ad is successfully received. The problem is, the iAd banners sometimes show up but aren't clickable. The banner has the dark click overlay effect but the modal fullscreen ad doesn't show up on click (tested on device iOS 7). The debug prints of CJPAdController indicate "iAd tapped"...
Sometimes though, even the iAds work fine. I have set the background color to white of every view i could find, as there seems to be a bug with this but still doesn't work.
Anyone an idea what could be the problem here? Is it the test ads and it will work in the app-store version?

Where are the iAd fill rate settings in xcode ios6?

Where are the iAd fill rate settings in xcode? I am running only on the simulator. I read on the apple website states:
"In iOS 6, you can further test iAd banner functionality in your developer-mode app by setting Fill Rate and Ad Refresh Rate in your device’s Developer Settings. Adjusting “Fill Rate” allows you to test cases when a banner is available and when it is not. By setting “Ad Refresh Rate,” you can more efficiently test how your app handles banner loading and errors."
I keep getting: "didFailToRecieveAdWithError" in my app that had previously been receiving iAds just fine.
I just noticed that in the Developer settings in iOS you can change the fill rate. Very good when I'm trying to implement google ads when iAds not showing and need to test.
This settings doesn't actually exist on the simulator. However, you can find it on a real device (that has been enabled for development) under:
Settings->Developer->Fill Rate.
This being said I recommend testing on a real device. If you test on the simulator and something doesn't work, that doesn't really matter so long as it works on real devices.

adwhirl house ads for iPad

I have an app in which I show advertisement and to do so I'm using adWhirl. But my app is universal. I found out how to show iAd and Admob there, but I also need to show house ads. I'm looking for a solution of showing house ads for iPad using adWhirl. Does anybody have any idea how to manage that?
AdWhirl only supports mediation using the 320x50 format. However, AdMob recently came out with a Mediation solution that can solve this use case. You can mediate with tablet-sized formats as well as house ads.

Resources