Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

is there a way to limit ad mob to display only certain types of ads? ie, @"url", @"app", etc... just like in the test mode? i only want to display app store apps, no websites or movies or anything else.

if not, is there at least a way to prevent ads from opening in the embedded web view? i tried setting useEmbeddedWebView to NO, but it has a weird behavior. first opens a blank web view inside my app, then closes the app and opens the ad in safari or the app store, finally when i go back into my app, the blank web view is still open.

- (BOOL)useEmbeddedWebView
{
    return NO;
}

thanks for the help.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.