Multi-touch stops working when I want to initialize the advertising iAds. The problem appeared recently and does not depend on the version of corona sdk.
multi-touch not work:
system.activate ("multitouch") -- ios ads.init( "iads", gWS.appID, adListener )
If you show and then hide the ads then the multitouch works. While solved a problem so, but it is very unpleasant. Please fix the error with respect Anton.
system.activate ("multitouch") -- ios ads.init( "iads", gWS.appID, adListener ) ads.show( "banner", { x=0, y=0, testMode=false } ) ads.hide()