iAds problem - multi-touch not work

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()

Hi.  The staff don’t generally fix bugs listed in the forums. 

While I am sure someone would be happy to look into this, but you need to file a bug:

  1. Make a small, but complete demo app that shows the problem occurring.
  • Minimum: main.lua, conflig.lua, build.settings

  • Demonstrate multi-touch not working in the app.

  1. File a bug here and provide the demo app/project in a zip file:

https://developer.coronalabs.com/content/bug-submission

Second response and side note.  Regardless of whether this is actually a bug, be aware that:

Apple will no longer accept apps with iAds.  They are shutting down that service.

https://developer.apple.com/news/?id=01152016a

I don’t believe Apple will accept a new app with iAds. I would suggest you use another provider. Also my 2 cents, but I don’t believe that Corona will make fixing a dead extension a priority.

Multi-touch should still work. I would try setting up AdMob and see if you have same issue. If you do, file the bug report.

Rob

AdMob works, not only works iAds.

Had the same issue. Disabling iAds fixed multitouch again. It was as if multitouch gets disabled when the iAds are initialized.

Give that Apple is killing iAds, if its working with other ad providers, don’t worry about filing a bug report.

Rob

Hi.  The staff don’t generally fix bugs listed in the forums. 

While I am sure someone would be happy to look into this, but you need to file a bug:

  1. Make a small, but complete demo app that shows the problem occurring.
  • Minimum: main.lua, conflig.lua, build.settings

  • Demonstrate multi-touch not working in the app.

  1. File a bug here and provide the demo app/project in a zip file:

https://developer.coronalabs.com/content/bug-submission

Second response and side note.  Regardless of whether this is actually a bug, be aware that:

Apple will no longer accept apps with iAds.  They are shutting down that service.

https://developer.apple.com/news/?id=01152016a

I don’t believe Apple will accept a new app with iAds. I would suggest you use another provider. Also my 2 cents, but I don’t believe that Corona will make fixing a dead extension a priority.

Multi-touch should still work. I would try setting up AdMob and see if you have same issue. If you do, file the bug report.

Rob

AdMob works, not only works iAds.

Had the same issue. Disabling iAds fixed multitouch again. It was as if multitouch gets disabled when the iAds are initialized.

Give that Apple is killing iAds, if its working with other ad providers, don’t worry about filing a bug report.

Rob