Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. CORight I just need to clarify the steps on this as I'm still not getting the expected results. In IB Ctrl click on the ad banner and link the delegate 'ring' to Files Owner. Then back in Xcode paste the code snippet given into the appropriate viewcontroller.m file This gives me five error messages, if I try the same in the .h file it only gives two but I'm rather afraid I'm just being dim here...first time I've had to do anything like this. The rest of the app runs fine and could happily go to release but the Ads offer a way to monetize it without charging for the app itself.
      singulars
    2. CO@David26th - Without being too harsh, it sounds like you aren't very familiar with Cocoa and Objective-C in general, so I'd spend a little more time acclimating yourself to the platform before leaping into submitting an application for the App Store. A little extra understanding can lead to greater polish, and therefore a better user experience. In particular, I'd read the Cocoa Fundamentals Guide: http://developer.apple.com/iphone/library/documentation/Cocoa/Conceptual/CocoaFundamentals/Introduction/Introduction.html , especially the section on delegates.
      singulars
    3. CO@David26th - What they've provided to you is the implementation of a delegate method. Without a description of what errors you are getting on compilation when you place this method implementation in MainViewController.m, it will be nearly impossible for us to help you. You may need to indicate that your MainViewController conforms to the ADBannerViewDelegate protocol, and link in the iAd framework, but beyond that I can't guess what might be going wrong.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload