adwhirl house ads for iPad - 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.

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.

Banner Ad is too wide for my Corona app

I'm using the Corona SDK to create an application. I have implemented advertisements but banner ad is too wide for my device.
I'm not sure what's wrong. I have some suspicions.
I believe that it may be the fact that I am using "zoomEven"
If it is the fact that I am using "zoomEven", is there any way I can resize the ad?

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

How iAd searches for content to display?

I have an iPhone app that implements iAd. In debugging mode everything works fine and I'm showing the test advertisement correctly on simulator and on device with no particular logs or errors.
The app was approved and it's in the app store, but is not showing any ad.
I show the iAd in a UIview with lots of textual content, but in Italian (don't know if language matters, btw the app is available in all the app stores).
I wonder how iAd search for content and then displays related banners and how I can somehow "force" content by passing (if possible) tags or predefined content.
Any idea?
I simply forgot to add my app to the iAd service.
I needed to upload a new version in order to fix this.
Let's wait for apple approval.
Thanks!

iOS: popover on iPhone app

In my app for IPHONE I use a popover but I don't know if my app will be reject if I use this element in iPhone app and not in iPad app; do you know if I can have this problem?
thanks
This is no problem and there are many apps having that feature but you need to code it yourself that popover function is not available for iPhone. A app I often use that has that feature is called Week Cal.
Apple can reject for anything. However that being said I have seen numerous applications for iPhone that use custom popovers. Facebook app is just one example. You should be fine as long as you don't use any private API's

Resources