ios simulator - iAd testing on iPhone -


I have a problem with testing the iAd on the simulator and simulator. The way I am called when ads load If it is happening or fails, then it does not appear that testing and Apple should not show an empty frame when there is no advertisement to display the app.

Actually, did I hide the adview and it was only shown when bannerViewDidLoadAd: (if the scene is not being shown already). I ViewedDidLoadAd Banner View: and bannerView: didFailToReceiveAdWithError: but when I run on both simulators or on the device, nothing has been logged on but some NSLogs have been placed on.

Is it normal practice / testing an app with IAds? Is there any way to make sure that it is working really well?

Thank you for your time.

Are you sure that you have set up a delegate on your iAd, which is ViewController or bannerViewDidLoadAd and Point to bannerView class: didFailToReceiveAdWithError methods?


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -