support for iOS display-mirroring

Hey,

I would like my apps to support display-mirroring (output to a HD Tv - via rca or hdmi cable).

This works for showing videos, and with a plist display-mirroring=true is supposed to work on iOS 5 the latest devices.

I was kinda hoping it was as simple as adding it under my build settings file in the plist section - but doing a build with it made corona crash during the compile (build 714)…

Oh - and BTW it works nicely and automatically on some android phones with the same app (including dealing with landscape/portrait displays) - way cool!

Thanks! [import]uid: 9070 topic_id: 20653 reply_id: 320653[/import]

+1 this. It would be great to support display mirroring as well as display extending. [import]uid: 120 topic_id: 20653 reply_id: 81067[/import]

If the build crashes, that suggests that you had a syntax error in your build.settings. (It shouldn’t crash, and you should be filing bugs with reproducible test cases so we can fix it.) My guess is you incorrectly specified capabilities section of the plist which must be an array.
[import]uid: 7563 topic_id: 20653 reply_id: 81084[/import]

sorry - but no syntax error…

after a little more research the plist I was using for cydia based jailbreaked iOS devices.

I would like a pure iOS solution. After reading the iOS docs - it seems it is something you guys will need to do. Not a simple plist update.

Please add to the todo list.

Thanks! [import]uid: 9070 topic_id: 20653 reply_id: 82302[/import]