I have an app with UINavigationController. There is ADBannerView on the root view of the navigation controller.
Should I somehow stop recieving ads when I go to another views (and rootView disappears from screen)?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I haven’t found some special discussion of this topic on Internet. There is no info about it in iAd Programming Guide. And, according to my own tests (simple breakpoints to delegate methods) – ADBannerView recieves Ads (or process them with delegate methods) only when parent view controller is active.
That’s why I suppose the answer to my question is “nothing”. I should only correctly place ADBannerView and implement delegate methods.