iad

Are there any examples for how to integrate iAds into an application?

I'm looking for sample code or tutorials on how to implement iAds in my iPhone application. Can anyone guide me to any resources about this? ...

iAds Mechanism to show iAds

Hi, i have made a test application that loads apple test ads. i am wondering how the real time ads will be loaded instead of apple test ads. What is mechanism for loading the real time iAds. Can anybody help me in the regard. Regards abdul Samad ...

How do I hide iAd banners when no ads are being served?

Anyone able to offer a little help on this? I just received feedback from Apple advising my app could not be accepted because it contained adbanners that were still visible when no ads were being served, trouble is I can't figure out quite what to do to prevent this problem. [QUOTE] We've completed the review of your application; ...

Hide a ADBannerView. Is it ok to move it offscreen?

Hello, When the user changes screen, I want to hide the current ADBannerView . Is there a "right" way to do that? If I move it offscreen for instance, is it fine: I was wondering if it could keep serving ads while not being displayed and then I would break some Apple Agreement. Is it also OK to cover an Ad with a modal view? Thanks! ...

Are Apps using iAd compatible with older iOS

Can I add the UIBannerViewDelegate protocol to my UIViewController subclass while remaining compatible with pre-iOS 4 devices? This is NOT a duplicate, the question is specifically related to the delegate protocol. ...

iphone ==> iAd ???

1- my app is only runs on landscape mode, so i set the size of my AdBannerVioew to 480x32 but when i load the app, and i see the "test ad" it doesn't cover the width of the screen, and it's only 320px wide, is it because it's not an actual ad, and it's just for test? 2- I don't want to show the ad all the timer, every 3 minutes i want t...

iphone OS lower than 4 ==> Testing iAd?

I implemented iad to my app (sdk 4), i set the target to be able to run OS 3 and higher now i need to test and make sure that devices with OS 4 lower won't crash because of iAd. Is there a way to go back to iphone OS 3.2 to test this. Where can i download it, apple has removed it from their website. ...

No eligible bundle identifiers submission error

I just went to submit my first app involving iAds, and in the beginning of the app submissions process there is a new button to "Enable iAds". I click and get the following error: "You have no eligible bundle identifiers. Please register one here." So i went to my provisioning portal, expecting to see a configure iAds option similar to...

iAd left white blank screen after closed

I got a problem to integrate iAd in my iPhone apps -- the banner ad is fine when it expends (see http://www.clingmarks.com/iAd1.png and http://www.clingmarks.com/iAd2.png), however, when I close it, it left a white blank screen (see http://www.clingmarks.com/iAd3.png). I couldn't figure out why. Here is how I integrate the ad: Because I...

How much does a dev make from iAds?

My friend has recommended me this site and said you were very helpful. Nobody seems to know this information. ...

How to test if an advertisement is not being served by iAd?

How to test with simulator the advertisement that is not being served by iAd? I already implemented the code with the help of the documentation, but now, how to test it, especially this delegate: - (void)bannerView:(ADBannerView *)banner didFailToReceiveAdWithError:(NSError *)error ...

What to do to fix "no qualified ads found for this request" on iAd?

Hi, Somehow I got this error message when testing iAd on the device. "no qualified ads found for this request" What to do to fix it? Anyone has any idea? On the simulator there is no error, it succeeds to show the "Test Advertisement" UPDATE: The real problem here is that the delegate to raise the error IS NOT BEING CALLED, on the ...

Errors with iAd when using the sample code.

Hello everyone, I am using iAd code implementation from the iAd class reference: I have implemented the iAd delegate, however I get some errors when I directly copy and paste the code from the website. I have created new projects and tried entering in the methods from the website directly, but I still get the same errors. You guys can...

20px gap between top of ImageView and bottom of status bar after returning from iAd animation

I am using IB to place a UIImageView (top) ADBannerView (bottom) and within the same View. When running in the Simulator, if I click on the ad, after dismissing the ad screen, the UIImageView is pushed 20px down, leaving a gap between the status bar and UIImageView. I've tried playing with all of the AutoResizing settings in the Inspec...

AdMob on iOS 4.0

Hey everyone, I'm trying to implement Ad Based Revenue into my iPhone app on iOS 4, I've tried iAd and been less than impressed with the revenue, mostly due to my app being targetted at the UK market where iAd is not yet serving Ads. I've signed up for AdMob, downloaded the SDK and followed the included instructions with IBSupport step ...

iAd randomly crashes

Hi, I got this iAd crash randomly in my app. What could I do to fix? I don't see any hints for me to fix it because on the simulator it never happens. Incident Identifier: CA4CBEB9-A081-459B-BAAA-C7D58A0E0ABC CrashReporter Key: e24b9614a897f92ee13ce00b76c71db307c61dcb Hardware Model: iPod2,1 Process: FooApp [737] Path: ...

iAd on iPad, is it working?

Hello guys! How to integrate iAd into my iPad App? Is there a way or is it working only on iPhone with iOS4? ...

iPhone SDK: iAds and autorotation

Hello, I am trying to get my iAds to autorotate, so far without success. My code appears below. Is there anything missing that I would need for autorotation? The portrait orientation displays fine, but the landscape ad disappears from the screen. Thanks! My .h: #import <UIKit/UIKit.h> #import <iAd/iAd.h> @interface AutorotateView...

Views, View Controllers, Windows.. Huh?

Starting from the base OpenGL ES iPhone project in XCode, I am creating an app which is nearly completed. What I don't understand is the use of views, view controllers, and windows which I apparently need to implement to use iAds (for the iPhone) and AdMob (for the iPad). I was able to follow the AdMob tutorial using the Interface Buil...

iAd View Controller orientation message

I'm getting this warning message from iAd when I click on the Test Advertisement. My app only support Portrait. The view controller returned NO from -shouldAutorotateToInterfaceOrientation: for all interface orientations. It should support at least one orientation. Has anyone come across this warning and how do I get r...