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