Help creating banner ads for ios

I’m attempting to follow the banner tutorial from this page: http://support.flurry.com/index.php?title=Publisher/Code&utm_source=Ad+space+code+email&utm_medium=email&utm_campaign=appspot

I pretty much followed this template to create the iOS game: https://github.com/mono/MonoGame/wiki/Tutorials%3A-Creating-a-Game-Class

I have a didFinishLaunching method, but I don’t have a window and it’s rootViewConroller member, or a UIViewController to override viewDidAppear and viewDidDisappear methods. How do I do this?

Thanks.

-Nick

I’ve not used Flurry Ads, but I wrote a post on using iAds with MonoGame. You might find something useful there such as how to get to the UIViewController:

http://www.nogginbox.co.uk/blog/iAds-in-MonoGame