Is it possible to display banner ad using "adtapsy" in iOS? - 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.

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

Opening ads within UIWebview?

Is it possible to open ads from either Admob or iAd ads in a UIWebview within the same app rather than in safari?? cheers
This is an advertiser setting, and unfortunately can't be controlled by the app developer.

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