I dont this this is possible but the client seams to think it is..
They want their server to communicate with the iAd server then send some information to the App to tell it what advert to load.
My understanding is that only the private ADBannerView class can communicate with the iAd server, is this correct or is there potential to integrate with it via a server?
I had a client request this as well, I think they misunderstand the role of iAds.
In my scenario it turned out that they wanted to serve their own ads (that they’d sourced, not necessarily for their product), so you might want to consider using a scenario where you have some file on their server with information like “imageurl” “image2xurl” “linkurl” and set up your app to look there, and if some value in the file is yes (some on/off Bool), then build a UIButton with those specs, with a method that will follow the link. It won’t have the iAd frame (unless your client overlays that onto the images, but I’d suggest against that for a number of reasons)