I have integrated Admob in my app, everything works great, but once the ad is there, it never goes i.e (not allowing the application it self to run). Any ideas why is this happening ?
You probably have set the app's main view to the ad view, rather than making a subview that is a UIView and associating the ad with that. Make sure you are following the steps in the Ad Mob integration wiki closely.