tags:

views:

255

answers:

5

Hi,

What is the best way to demo an iPhone app on a projector?
Preferably without jailbreaking and without using a separate camera to record the iPhone screen which might limit movement?

Thanks,
Tee

+1  A: 

Using the simulator would be easier.

marcc
Yes but that doesn't quite work if the app needs to use camera, multitouch, accelerometer right?
teepusink
A: 

You could try a document camera if you need to demonstrate features which are not available in the Simulator.

BrianLy
+3  A: 

For DEMO purposes only you can do a custom build of your app using the private API for video mirroring

http://www.touchcentric.com/blog/archives/3

Thanks @starkhalo, I actually saw that link. Looks very promising, but that won't work if we're on the app though right? (meaning, we can't capture if the app takes me to youtube or internet or sms and won't even capture the iPhone main screen)?
teepusink
No, unfortunately it only works under your app... you could always mock those though
A: 

There really is no solved way to do this, which is why you see different places trying different things. Even at the Apple iPhone tech talks, the speakers use a pretty crappy projection solution.

It might be a better idea to prerecord a demo (Revision3 seems to have a pretty good setup) and then play a video instead of a live demonstration.

Hopefully Apple releases whatever they do during the Keynotes.

bpapa
A: 

There is a nifty little video demonstrating how it can be done here. However just remember that if you "accidentally" submit an app to the AppStore with this enabled you are probably going to get it rejected right away.

Claus

Claus Broch