iPhone Unity and TV out

Hi,

I would like to make a demo of my Unity game on a external display. Is there a way to do so? I was told not every apps can be displayed through AV cable, especially OpenGL ones. Is there anyone who has some fresh inputs on that? Thanks.

with some hackery its possible.
it already worked before.

but it will not work with any appstore build and you will get rejected if you use such trickery in an appstore build (private api usage)

there are a few dozen threads on iphone dev boards, here you won’t find any as the majority does not work with objc, C++ and C only the few that do addons

Is there any Unity project that has used this kind of strategy? Does it effectively work?

define effectively?

it does its job for presenting to the point where you have to realize that others won’t see what you do, just the “consequence”.
it won’t do anything more

“effectively” refers to several threads I read where it was mentioned that OpenGL apps do not work properly. I wonder whether it is still the case.