I am planning to implement my own ad banner in my app instead of using other banners like iAd , AdMob.. etc.
- Is there any possibility to add your own ad banners into apple App?
- Does Apple provide any feature to do this?
Ad banner is nothing but a UIView
within your main view.
What you must at least have is a mechanism to serve ads into that area, which iAd
, Admob
and other networks provide.