Now I got one requirement to use MoPub+iAds in iPhone game.
I used mo pub sdk and initialized view like this
MPAdView *moPubAdView = [[MPAdView alloc] initWithAdUnitId:MOPUB_ADS_ACCOUNT_ID size:MOPUB_BANNER_SIZE];
But this displays 320x50 in size. How to enable iAd for this view? Now it is displaying only mo pub ads.