A very simple one-page app that includes an ADBannerView crashes on the device whilst running fine in the simulator.
The crash is at the point of constructing the ma
Ah, got it - I have to add the following flags (regardless of targeted OS version)
-gcc_flags "-weak_framework iAd"
This is all in MonoTouch 3.2.6 BTW. I haven't tried it in 4.x yet, but when I do I will update this issue.